Searched refs:BPF_OBJ_PIN (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | bpf_commands.h | 20 #if !(defined(BPF_OBJ_PIN) || (defined(HAVE_DECL_BPF_OBJ_PIN) && HAVE_DECL_BPF_OBJ_PIN)) 21 # define BPF_OBJ_PIN 6 macro 47 XLAT(BPF_OBJ_PIN),
|
D | bpf_commands.in | 7 BPF_OBJ_PIN 6
|
/external/strace/tests-mx32/ |
D | bpf.c | 195 obj_manage(BPF_OBJ_PIN); in main() 199 BOGUS_BPF(BPF_OBJ_PIN); in main()
|
/external/strace/tests-m32/ |
D | bpf.c | 195 obj_manage(BPF_OBJ_PIN); in main() 199 BOGUS_BPF(BPF_OBJ_PIN); in main()
|
/external/strace/tests/ |
D | bpf.c | 195 obj_manage(BPF_OBJ_PIN); in main() 199 BOGUS_BPF(BPF_OBJ_PIN); in main()
|
/external/iproute2/include/linux/ |
D | bpf.h | 74 BPF_OBJ_PIN, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 74 BPF_OBJ_PIN, enumerator
|
/external/iptables/extensions/ |
D | libxt_bpf.man | 8 BPF_PROG_LOAD command and can pin them in a virtual filesystem with BPF_OBJ_PIN.
|
/external/strace/ |
D | bpf.c | 284 case BPF_OBJ_PIN: in SYS_FUNC()
|
D | NEWS | 10 * Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
|
D | ChangeLog | 324 Implement decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
|
/external/iproute2/tc/ |
D | tc_bpf.c | 787 return bpf(BPF_OBJ_PIN, &attr, sizeof(attr)); in bpf_obj_pin()
|