Searched refs:BPF_PROG_ATTACH (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | bpf_commands.h | 26 #if !(defined(BPF_PROG_ATTACH) || (defined(HAVE_DECL_BPF_PROG_ATTACH) && HAVE_DECL_BPF_PROG_ATTACH)) 27 # define BPF_PROG_ATTACH 8 macro 67 XLAT(BPF_PROG_ATTACH),
|
D | bpf_commands.in | 9 BPF_PROG_ATTACH 8
|
/external/strace/ |
D | bpf.c | 246 DEF_BPF_CMD_DECODER(BPF_PROG_ATTACH) in DEF_BPF_CMD_DECODER() argument 393 BPF_CMD_ENTRY(BPF_PROG_ATTACH), in SYS_FUNC()
|
D | NEWS | 231 * Improved decoding of BPF_PROG_ATTACH command of bpf syscall. 256 * Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
|
D | ChangeLog | 11552 bpf: update BPF_PROG_ATTACH decoding. 11553 Implement decoding of BPF_F_ALLOW_OVERRIDE flag of BPF_PROG_ATTACH 11562 print it in case of BPF_PROG_ATTACH. 11952 Implement decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
|
/external/strace/tests-m32/ |
D | bpf.c | 470 DEF_BPF_INIT_FIRST(BPF_PROG_ATTACH, target_fd, -1) 721 TEST_BPF(BPF_PROG_ATTACH); in main()
|
/external/strace/tests-mx32/ |
D | bpf.c | 470 DEF_BPF_INIT_FIRST(BPF_PROG_ATTACH, target_fd, -1) 721 TEST_BPF(BPF_PROG_ATTACH); in main()
|
/external/strace/tests/ |
D | bpf.c | 470 DEF_BPF_INIT_FIRST(BPF_PROG_ATTACH, target_fd, -1) 721 TEST_BPF(BPF_PROG_ATTACH); in main()
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 88 BPF_PROG_ATTACH, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 88 BPF_PROG_ATTACH, enumerator
|
/external/iproute2/lib/ |
D | bpf.c | 1037 return bpf(BPF_PROG_ATTACH, &attr, sizeof(attr)); in bpf_prog_attach_fd()
|