diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 15:39:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 15:39:27 +0200 |
| commit | 46caad94600e423131f4a0072f17ac8d3ee54e0e (patch) | |
| tree | 1305588b7dc635b526756116e18e2e88fcc2db81 /executor/syscalls.h | |
| parent | 16c44697b51f97b1dc98f34cad47ca041b628a81 (diff) | |
sys/linux: add few new bpf 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 d4ee2aa78..37b36814a 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -1643,6 +1643,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_BTF_INFO", 357}, {"bpf$BPF_GET_MAP_INFO", 357}, {"bpf$BPF_GET_PROG_INFO", 357}, + {"bpf$BPF_MAP_FREEZE", 357}, {"bpf$BPF_MAP_GET_FD_BY_ID", 357}, {"bpf$BPF_MAP_GET_NEXT_ID", 357}, {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 357}, @@ -4336,6 +4337,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_BTF_INFO", 321}, {"bpf$BPF_GET_MAP_INFO", 321}, {"bpf$BPF_GET_PROG_INFO", 321}, + {"bpf$BPF_MAP_FREEZE", 321}, {"bpf$BPF_MAP_GET_FD_BY_ID", 321}, {"bpf$BPF_MAP_GET_NEXT_ID", 321}, {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 321}, @@ -7025,6 +7027,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_BTF_INFO", 386}, {"bpf$BPF_GET_MAP_INFO", 386}, {"bpf$BPF_GET_PROG_INFO", 386}, + {"bpf$BPF_MAP_FREEZE", 386}, {"bpf$BPF_MAP_GET_FD_BY_ID", 386}, {"bpf$BPF_MAP_GET_NEXT_ID", 386}, {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 386}, @@ -9660,6 +9663,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_BTF_INFO", 280}, {"bpf$BPF_GET_MAP_INFO", 280}, {"bpf$BPF_GET_PROG_INFO", 280}, + {"bpf$BPF_MAP_FREEZE", 280}, {"bpf$BPF_MAP_GET_FD_BY_ID", 280}, {"bpf$BPF_MAP_GET_NEXT_ID", 280}, {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 280}, @@ -12268,6 +12272,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_BTF_INFO", 361}, {"bpf$BPF_GET_MAP_INFO", 361}, {"bpf$BPF_GET_PROG_INFO", 361}, + {"bpf$BPF_MAP_FREEZE", 361}, {"bpf$BPF_MAP_GET_FD_BY_ID", 361}, {"bpf$BPF_MAP_GET_NEXT_ID", 361}, {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 361}, |
