From 9305d4f6a615844e1e610074e97c8ade3b138e06 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 Jun 2022 09:28:24 +0200 Subject: sys/linux: update consts Update const files on the latest upstream commit d1dc87763f406d4e67caf16dbe438a5647692395 --- sys/linux/bpf.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf.txt.const') diff --git a/sys/linux/bpf.txt.const b/sys/linux/bpf.txt.const index 8fe5e1ac8..10565d48e 100644 --- a/sys/linux/bpf.txt.const +++ b/sys/linux/bpf.txt.const @@ -258,7 +258,7 @@ XDP_FLAGS_HW_MODE = 8 XDP_FLAGS_REPLACE = 16 XDP_FLAGS_SKB_MODE = 2 XDP_FLAGS_UPDATE_IF_NOEXIST = 1 -__BPF_FUNC_MAX_ID = 194 +__BPF_FUNC_MAX_ID = 204 __MAX_BPF_REG = 11 __NR_bpf = 280, 386:357, amd64:321, arm:386, mips64le:5315, ppc64le:361, s390x:351 bpf_call_code = 133 -- cgit mrf-deployment