diff options
| author | Paul Chaignon <paul.chaignon@orange.com> | 2019-09-19 15:08:58 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-09-19 15:31:20 +0200 |
| commit | a32a31848629a1dd0849987122574a80e888301b (patch) | |
| tree | 124c06619ab1922466e9a55630c9776dff8cfd88 /executor/syscalls.h | |
| parent | eb9400440d4925896b43c13679247b3aedd2152a (diff) | |
sys/linux: update BPF constants
Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index c7284bb9a..c3f1e0ac1 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4875,6 +4875,7 @@ const call_t syscalls[] = { {"bind$x25", 49}, {"bind$xdp", 49}, {"bpf$BPF_BTF_GET_FD_BY_ID", 321}, + {"bpf$BPF_BTF_GET_NEXT_ID", 321}, {"bpf$BPF_BTF_LOAD", 321}, {"bpf$BPF_GET_BTF_INFO", 321}, {"bpf$BPF_GET_MAP_INFO", 321}, @@ -10360,6 +10361,7 @@ const call_t syscalls[] = { {"bind$x25", 200}, {"bind$xdp", 200}, {"bpf$BPF_BTF_GET_FD_BY_ID", 280}, + {"bpf$BPF_BTF_GET_NEXT_ID", 280}, {"bpf$BPF_BTF_LOAD", 280}, {"bpf$BPF_GET_BTF_INFO", 280}, {"bpf$BPF_GET_MAP_INFO", 280}, @@ -13055,6 +13057,7 @@ const call_t syscalls[] = { {"bind$x25", 327}, {"bind$xdp", 327}, {"bpf$BPF_BTF_GET_FD_BY_ID", 361}, + {"bpf$BPF_BTF_GET_NEXT_ID", 361}, {"bpf$BPF_BTF_LOAD", 361}, {"bpf$BPF_GET_BTF_INFO", 361}, {"bpf$BPF_GET_MAP_INFO", 361}, |
