diff options
Diffstat (limited to 'sys/linux/bpf_arm.const')
| -rw-r--r-- | sys/linux/bpf_arm.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index 7bdb205c2..86a5e3319 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -22,7 +22,9 @@ BPF_CGROUP_INET_INGRESS = 0 BPF_CGROUP_INET_SOCK_CREATE = 2 BPF_CGROUP_SOCK_OPS = 3 BPF_CGROUP_SYSCTL = 18 +BPF_CGROUP_UDP4_RECVMSG = 19 BPF_CGROUP_UDP4_SENDMSG = 14 +BPF_CGROUP_UDP6_RECVMSG = 20 BPF_CGROUP_UDP6_SENDMSG = 15 BPF_DIV0 = 3 BPF_DW0 = 3 |
