diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-29 18:56:03 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-29 19:22:35 +0100 |
| commit | 79059de1772b74a9068e3b6a907a692e3414a369 (patch) | |
| tree | 0bc4e99568f0b44674d97e885cde24fce1c895a3 /executor/syscalls.h | |
| parent | 6b761be0590c6fef2f7d752054bf3cd04ee0bc73 (diff) | |
sys/linux: misc assorted improvements
Add new bpf consts/commands.
Refine bluetooth descriptions.
Remove removed crypto consts.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 2de8beca6..67cd8640f 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -1398,6 +1398,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 357}, {"bpf$BPF_MAP_GET_FD_BY_ID", 357}, {"bpf$BPF_MAP_GET_NEXT_ID", 357}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 357}, {"bpf$BPF_PROG_ATTACH", 357}, {"bpf$BPF_PROG_DETACH", 357}, {"bpf$BPF_PROG_GET_FD_BY_ID", 357}, @@ -3835,6 +3836,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 321}, {"bpf$BPF_MAP_GET_FD_BY_ID", 321}, {"bpf$BPF_MAP_GET_NEXT_ID", 321}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 321}, {"bpf$BPF_PROG_ATTACH", 321}, {"bpf$BPF_PROG_DETACH", 321}, {"bpf$BPF_PROG_GET_FD_BY_ID", 321}, @@ -6305,6 +6307,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 386}, {"bpf$BPF_MAP_GET_FD_BY_ID", 386}, {"bpf$BPF_MAP_GET_NEXT_ID", 386}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 386}, {"bpf$BPF_PROG_ATTACH", 386}, {"bpf$BPF_PROG_DETACH", 386}, {"bpf$BPF_PROG_GET_FD_BY_ID", 386}, @@ -8734,6 +8737,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 280}, {"bpf$BPF_MAP_GET_FD_BY_ID", 280}, {"bpf$BPF_MAP_GET_NEXT_ID", 280}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 280}, {"bpf$BPF_PROG_ATTACH", 280}, {"bpf$BPF_PROG_DETACH", 280}, {"bpf$BPF_PROG_GET_FD_BY_ID", 280}, @@ -11136,6 +11140,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 361}, {"bpf$BPF_MAP_GET_FD_BY_ID", 361}, {"bpf$BPF_MAP_GET_NEXT_ID", 361}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 361}, {"bpf$BPF_PROG_ATTACH", 361}, {"bpf$BPF_PROG_DETACH", 361}, {"bpf$BPF_PROG_GET_FD_BY_ID", 361}, |
