/external/strace/m4/ |
D | bpf_attr.m4 | 1 dnl Generated by ./m4/gen_bpf_attr_m4.sh from bpf_attr.h; do not edit. 25 union bpf_attr.attach_bpf_fd, 26 union bpf_attr.attach_flags, 27 union bpf_attr.attach_type, 28 union bpf_attr.bpf_fd, 29 union bpf_attr.dummy, 30 union bpf_attr.expected_attach_type, 31 union bpf_attr.file_flags, 32 union bpf_attr.flags, 33 union bpf_attr.info.bpf_fd, [all …]
|
/external/strace/ |
D | bpf_attr_check.c | 11 static_assert(SoM(struct BPF_MAP_CREATE_struct, map_type) == SoM(union bpf_attr, map_type), 13 …static_assert(offsetof(struct BPF_MAP_CREATE_struct, map_type) == offsetof(union bpf_attr, map_typ… 18 static_assert(SoM(struct BPF_MAP_CREATE_struct, key_size) == SoM(union bpf_attr, key_size), 20 …static_assert(offsetof(struct BPF_MAP_CREATE_struct, key_size) == offsetof(union bpf_attr, key_siz… 25 static_assert(SoM(struct BPF_MAP_CREATE_struct, value_size) == SoM(union bpf_attr, value_size), 27 …static_assert(offsetof(struct BPF_MAP_CREATE_struct, value_size) == offsetof(union bpf_attr, value… 32 static_assert(SoM(struct BPF_MAP_CREATE_struct, max_entries) == SoM(union bpf_attr, max_entries), 34 …static_assert(offsetof(struct BPF_MAP_CREATE_struct, max_entries) == offsetof(union bpf_attr, max_… 39 static_assert(SoM(struct BPF_MAP_CREATE_struct, map_flags) == SoM(union bpf_attr, map_flags), 41 …static_assert(offsetof(struct BPF_MAP_CREATE_struct, map_flags) == offsetof(union bpf_attr, map_fl… [all …]
|
D | config.h.in | 1438 /* Define to 1 if `attach_bpf_fd' is a member of `union bpf_attr'. */ 1441 /* Define to 1 if `attach_flags' is a member of `union bpf_attr'. */ 1444 /* Define to 1 if `attach_type' is a member of `union bpf_attr'. */ 1447 /* Define to 1 if `bpf_fd' is a member of `union bpf_attr'. */ 1450 /* Define to 1 if `dummy' is a member of `union bpf_attr'. */ 1453 /* Define to 1 if `expected_attach_type' is a member of `union bpf_attr'. */ 1456 /* Define to 1 if `file_flags' is a member of `union bpf_attr'. */ 1459 /* Define to 1 if `flags' is a member of `union bpf_attr'. */ 1462 /* Define to 1 if `info.bpf_fd' is a member of `union bpf_attr'. */ 1465 /* Define to 1 if `info.info' is a member of `union bpf_attr'. */ [all …]
|
D | configure | 10945 ac_fn_c_check_member "$LINENO" "union bpf_attr" "attach_bpf_fd" "ac_cv_member_union_bpf_attr_attach… 10955 ac_fn_c_check_member "$LINENO" "union bpf_attr" "attach_flags" "ac_cv_member_union_bpf_attr_attach_… 10965 ac_fn_c_check_member "$LINENO" "union bpf_attr" "attach_type" "ac_cv_member_union_bpf_attr_attach_t… 10975 ac_fn_c_check_member "$LINENO" "union bpf_attr" "bpf_fd" "ac_cv_member_union_bpf_attr_bpf_fd" "#inc… 10985 ac_fn_c_check_member "$LINENO" "union bpf_attr" "dummy" "ac_cv_member_union_bpf_attr_dummy" "#inclu… 10995 ac_fn_c_check_member "$LINENO" "union bpf_attr" "expected_attach_type" "ac_cv_member_union_bpf_attr… 11005 ac_fn_c_check_member "$LINENO" "union bpf_attr" "file_flags" "ac_cv_member_union_bpf_attr_file_flag… 11015 ac_fn_c_check_member "$LINENO" "union bpf_attr" "flags" "ac_cv_member_union_bpf_attr_flags" "#inclu… 11025 ac_fn_c_check_member "$LINENO" "union bpf_attr" "info.bpf_fd" "ac_cv_member_union_bpf_attr_info_bpf… 11035 ac_fn_c_check_member "$LINENO" "union bpf_attr" "info.info" "ac_cv_member_union_bpf_attr_info_info"… [all …]
|
D | Makefile.am | 101 bpf_attr.h \ 961 bpf_attr_check.c: $(srcdir)/bpf_attr.h $(srcdir)/gen_bpf_attr_check.sh
|
D | ChangeLog | 2205 bpf_attr.h: add ATTRIBUTE_ALIGNED(8) to all fields of type uint64_t. 2215 * bpf_attr.h (struct BPF_MAP_UPDATE_ELEM_struct): Add 2620 bpf: decode bpf_attr.info field used by BPF_OBJ_GET_INFO_BY_FD command. 2621 * bpf_attr.h [!BPF_TAG_SIZE] (BPF_TAG_SIZE): Define. 2640 bpf: add support for checking structures outside union bpf_attr. 2642 as union bpf_attr. 2648 add support for structures outside union bpf_attr. 2656 and exiting of the syscall, do not emulate union bpf_attr approach. 2661 and get_tcb_priv_ulong to keep bpf_attr.query.prog_cnt field. 2667 tests: add union bpf_attr.query.prog_ids field decoding checks. [all …]
|
D | aclocal.m4 | 1206 m4_include([m4/bpf_attr.m4])
|
/external/bcc/src/cc/ |
D | libbpf.c | 197 union bpf_attr attr; in bpf_create_map() 229 union bpf_attr attr; in bpf_update_elem() 241 union bpf_attr attr; in bpf_lookup_elem() 252 union bpf_attr attr; in bpf_delete_elem() 262 union bpf_attr attr; in bpf_get_first_key() 300 union bpf_attr attr; in bpf_get_next_key() 375 union bpf_attr attr; in bpf_obj_get_info() 490 union bpf_attr attr; in bpf_prog_load() 1158 union bpf_attr attr; in bpf_attach_raw_tracepoint() 1468 union bpf_attr attr; in bpf_obj_pin() [all …]
|
/external/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_common.h | 31 int bpf_map_create(union bpf_attr *attr) in bpf_map_create()
|
D | bpf_prog01.c | 65 static union bpf_attr *attr;
|
D | bpf_map01.c | 28 static union bpf_attr *attr;
|
D | bpf_prog03.c | 41 static union bpf_attr *attr;
|
D | bpf_prog02.c | 36 static union bpf_attr *attr;
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | obj_name.c | 25 union bpf_attr attr; in test_obj_name()
|
/external/iproute2/lib/ |
D | bpf.c | 132 static int bpf(int cmd, union bpf_attr *attr, unsigned int size) in bpf() 146 union bpf_attr attr = {}; in bpf_map_update() 158 union bpf_attr attr = {}; in bpf_prog_fd_by_id() 168 union bpf_attr attr = {}; in bpf_prog_info_by_fd() 783 union bpf_attr attr = {}; in bpf_obj_get() 1031 union bpf_attr attr = {}; in bpf_prog_attach_fd() 1042 union bpf_attr attr = {}; in bpf_prog_detach_fd() 1054 union bpf_attr attr = {}; in bpf_prog_load() 1182 union bpf_attr attr = {}; in bpf_map_create() 1196 union bpf_attr attr = {}; in bpf_obj_pin()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_verifier_log.c | 50 union bpf_attr attr; in load()
|
D | test_btf.c | 6150 union bpf_attr attr = {}; in do_test_info_raw()
|
/external/ltp/include/lapi/ |
D | bpf.h | 172 union bpf_attr { union 561 inline int bpf(enum bpf_cmd cmd, union bpf_attr *attr, unsigned int size) in bpf()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf_numa.c | 85 union bpf_attr attr; in attach_bpf()
|
D | reuseport_bpf.c | 110 union bpf_attr attr; in attach_ebpf() 349 union bpf_attr eprog; in test_filter_no_reuseport()
|
D | psock_fanout.c | 146 union bpf_attr attr; in sock_fanout_set_ebpf()
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 179 union bpf_attr { union
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 316 union bpf_attr { union
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 316 union bpf_attr { union
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 490 union bpf_attr { union
|