Searched refs:attach_bpf_fd (Results 1 – 17 of 17) sorted by relevance
/external/strace/ |
D | bpf_attr_check.c | 291 …static_assert(SoM(struct BPF_PROG_ATTACH_struct, attach_bpf_fd) == SoM(union bpf_attr, attach_bpf_… 293 …_assert(offsetof(struct BPF_PROG_ATTACH_struct, attach_bpf_fd) == offsetof(union bpf_attr, attach_…
|
D | bpf_attr.h | 148 uint32_t attach_bpf_fd; member
|
D | bpf.c | 354 PRINT_FIELD_FD(", ", attr, attach_bpf_fd, tcp); in BEGIN_BPF_CMD_DECODER()
|
D | config.h.in | 1438 /* Define to 1 if `attach_bpf_fd' is a member of `union bpf_attr'. */
|
D | configure | 10945 ac_fn_c_check_member "$LINENO" "union bpf_attr" "attach_bpf_fd" "ac_cv_member_union_bpf_attr_attach…
|
/external/strace/m4/ |
D | bpf_attr.m4 | 25 union bpf_attr.attach_bpf_fd,
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 223 __u32 attach_bpf_fd; /* eBPF program to attach */ member
|
/external/ltp/include/lapi/ |
D | bpf.h | 236 uint32_t attach_bpf_fd; /* eBPF program to attach */ member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 380 __u32 attach_bpf_fd; /* eBPF program to attach */ member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 380 __u32 attach_bpf_fd; /* eBPF program to attach */ member
|
/external/strace/tests/ |
D | bpf.c | 721 .attach_bpf_fd = -2,
|
/external/strace/tests-m32/ |
D | bpf.c | 721 .attach_bpf_fd = -2,
|
/external/strace/tests-mx32/ |
D | bpf.c | 721 .attach_bpf_fd = -2,
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 582 __u32 attach_bpf_fd; /* eBPF program to attach */ member
|
/external/iproute2/lib/ |
D | bpf.c | 1034 attr.attach_bpf_fd = prog_fd; in bpf_prog_attach_fd()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 55566 …<var-decl name="attach_bpf_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linu…
|
D | test-PR27569-v0.abi | 55537 …<var-decl name="attach_bpf_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linu…
|