7374607613
* xlat/bpf_attach_type.in (BPF_CGROUP_UDP4_SENDMSG, BPF_CGROUP_UDP6_SENDMSG): New constant, introduced by Linux commit v4.18-rc1~114^2~9^2~20^2~4. (BPF_LIRC_MODE2): New constant, introduced by Linux commit v4.18-rc1~114^2~9^2~15^2~1. * xlat/bpf_commands.in (BPF_BTF_LOAD): New constant, introduced by Linux commit v4.18-rc1~114^2~417^2~1^2~5. (BPF_BTF_GET_FD_BY_ID): New constant, introduced by Linux commit v4.18-rc1~114^2~223^2~21^2~4. (BPF_TASK_FD_QUERY): New constant, introduced by Linux commit v4.18-rc1~114^2~148^2~1^2~5. * xlat/bpf_map_types.in (BPF_MAP_TYPE_XSKMAP): New constant, introduced by Linux commit v4.18-rc1~114^2~304^2~4^2~8. (BPF_MAP_TYPE_SOCKHASH): New constant, introduced by Linux commit v4.18-rc1~114^2~223^2~5^2~2. * xlat/bpf_prog_types.in (BPF_PROG_TYPE_LWT_SEG6LOCAL): New constant, introduced by Linux commit v4.18-rc1~114^2~148^2~2^2~1. (BPF_PROG_TYPE_LIRC_MODE2): New constant, introduced by Linux commit v4.18-rc1~114^2~9^2~15^2~1. * tests/bpf.c: Update expected output.
23 lines
450 B
Plaintext
23 lines
450 B
Plaintext
#value_indexed
|
|
BPF_MAP_CREATE 0
|
|
BPF_MAP_LOOKUP_ELEM 1
|
|
BPF_MAP_UPDATE_ELEM 2
|
|
BPF_MAP_DELETE_ELEM 3
|
|
BPF_MAP_GET_NEXT_KEY 4
|
|
BPF_PROG_LOAD 5
|
|
BPF_OBJ_PIN 6
|
|
BPF_OBJ_GET 7
|
|
BPF_PROG_ATTACH 8
|
|
BPF_PROG_DETACH 9
|
|
BPF_PROG_TEST_RUN 10
|
|
BPF_PROG_GET_NEXT_ID 11
|
|
BPF_MAP_GET_NEXT_ID 12
|
|
BPF_PROG_GET_FD_BY_ID 13
|
|
BPF_MAP_GET_FD_BY_ID 14
|
|
BPF_OBJ_GET_INFO_BY_FD 15
|
|
BPF_PROG_QUERY 16
|
|
BPF_RAW_TRACEPOINT_OPEN 17
|
|
BPF_BTF_LOAD 18
|
|
BPF_BTF_GET_FD_BY_ID 19
|
|
BPF_TASK_FD_QUERY 20
|