summaryrefslogtreecommitdiff
path: root/src/xlat/bpf_attach_flags.in
blob: cee8d1918e3a877e3490f26376a21c9f446148ac (plain)
1
2
3
BPF_F_ALLOW_OVERRIDE	1U
BPF_F_ALLOW_MULTI	(1U << 1)
BPF_F_REPLACE		(1U << 2)