From a32a31848629a1dd0849987122574a80e888301b Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Thu, 19 Sep 2019 15:08:58 +0200 Subject: sys/linux: update BPF constants Signed-off-by: Paul Chaignon --- executor/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment