diff options
| author | Paul Chaignon <paul.chaignon@orange.com> | 2019-05-29 11:13:01 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-29 16:17:05 +0200 |
| commit | d9aaf3c2880a46e1ded81325f2f62ce911239187 (patch) | |
| tree | 54f97efad3c40238ff2f8170128a7efd050e6575 /sys/linux/bpf_arm.const | |
| parent | 2673c530796e97292a8326a8ca94e7ae79b4fd27 (diff) | |
sys/linux: add missing BPF constants
Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
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 c5e10310d..7bdb205c2 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -33,6 +33,8 @@ BPF_FLOW_DISSECTOR = 17 BPF_FUNC_INFO_SIZE = 8 BPF_F_ALLOW_MULTI = 2 BPF_F_ALLOW_OVERRIDE = 1 +BPF_F_ANY_ALIGNMENT = 2 +BPF_F_LOCK = 4 BPF_F_NO_COMMON_LRU = 2 BPF_F_NO_PREALLOC = 1 BPF_F_NUMA_NODE = 4 |
