xlat: add BPF_F_ALLOW_MULTI constant

* xlat/bpf_attach_flags.in (BPF_F_ALLOW_MULTI): New constant, introduced
by Linux commit v4.15-rc1~84^2~558^2~7.
This commit is contained in:
Eugene Syromyatnikov 2018-03-01 20:19:16 +01:00 committed by Dmitry V. Levin
parent edc666f7ce
commit f5feb87faa

View File

@ -1 +1,2 @@
BPF_F_ALLOW_OVERRIDE 1
BPF_F_ALLOW_MULTI 2