diff options
| author | Hangbin Liu <liuhangbin@gmail.com> | 2019-10-24 00:02:01 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-24 09:30:50 +0200 |
| commit | 910e03ca15ea4b364c3cfb1b5af4c1f5f54ec7aa (patch) | |
| tree | 4aba2582d968f7777cd3926549d30925c667161b /sys/linux/bpf_arm.const | |
| parent | b602d64b5991c147af88f1e0f8d961c8b4b4a748 (diff) | |
sys/linux/socket_netlink_route_sched: add chain actions
Update #533
Chain actions also use filter policies, so we can add them easily.
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Diffstat (limited to 'sys/linux/bpf_arm.const')
| -rw-r--r-- | sys/linux/bpf_arm.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index 4e5db94e4..deaf3213a 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -198,7 +198,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 111 +__BPF_FUNC_MAX_ID = 112 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 |
