/external/strace/tests/ |
D | bpf.c | 284 .inner_map_fd = -1, 306 .inner_map_fd = 2718281828, 327 .inner_map_fd = 2718281828, 345 .inner_map_fd = 2718281828, 348 .size = offsetofend(struct BPF_MAP_CREATE_struct, inner_map_fd), 364 .inner_map_fd = 2718281828, 384 .inner_map_fd = 2718281828, 406 .inner_map_fd = 2718281828,
|
D | bpf-obj_get_info_by_fd.c | 100 if (size > offsetof(struct BPF_MAP_CREATE_struct, inner_map_fd)) in print_map_create()
|
/external/strace/tests-m32/ |
D | bpf.c | 284 .inner_map_fd = -1, 306 .inner_map_fd = 2718281828, 327 .inner_map_fd = 2718281828, 345 .inner_map_fd = 2718281828, 348 .size = offsetofend(struct BPF_MAP_CREATE_struct, inner_map_fd), 364 .inner_map_fd = 2718281828, 384 .inner_map_fd = 2718281828, 406 .inner_map_fd = 2718281828,
|
D | bpf-obj_get_info_by_fd.c | 100 if (size > offsetof(struct BPF_MAP_CREATE_struct, inner_map_fd)) in print_map_create()
|
/external/strace/tests-mx32/ |
D | bpf.c | 284 .inner_map_fd = -1, 306 .inner_map_fd = 2718281828, 327 .inner_map_fd = 2718281828, 345 .inner_map_fd = 2718281828, 348 .size = offsetofend(struct BPF_MAP_CREATE_struct, inner_map_fd), 364 .inner_map_fd = 2718281828, 384 .inner_map_fd = 2718281828, 406 .inner_map_fd = 2718281828,
|
D | bpf-obj_get_info_by_fd.c | 100 if (size > offsetof(struct BPF_MAP_CREATE_struct, inner_map_fd)) in print_map_create()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_verifier.c | 474 int inner_map_fd, outer_map_fd; in create_map_in_map() local 476 inner_map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(int), in create_map_in_map() 478 if (inner_map_fd < 0) { in create_map_in_map() 482 return inner_map_fd; in create_map_in_map() 486 sizeof(int), inner_map_fd, 1, 0); in create_map_in_map() 494 close(inner_map_fd); in create_map_in_map()
|
D | test_select_reuseport.c | 79 attr.inner_map_fd = reuseport_array; in create_maps()
|
/external/strace/ |
D | bpf_attr_check.c | 46 static_assert(SoM(struct BPF_MAP_CREATE_struct, inner_map_fd) == SoM(union bpf_attr, inner_map_fd), 48 …ic_assert(offsetof(struct BPF_MAP_CREATE_struct, inner_map_fd) == offsetof(union bpf_attr, inner_m…
|
D | bpf_attr.h | 64 uint32_t inner_map_fd; member
|
D | bpf.c | 196 if (len <= offsetof(struct BPF_MAP_CREATE_struct, inner_map_fd)) in BEGIN_BPF_CMD_DECODER() 198 PRINT_FIELD_FD(", ", attr, inner_map_fd, tcp); in BEGIN_BPF_CMD_DECODER()
|
D | config.h.in | 1471 /* Define to 1 if `inner_map_fd' is a member of `union bpf_attr'. */
|
D | configure | 11055 ac_fn_c_check_member "$LINENO" "union bpf_attr" "inner_map_fd" "ac_cv_member_union_bpf_attr_inner_m…
|
D | ChangeLog | 5042 of max_entries, map_flags, or inner_map_fd field. 10631 instead of inner_map_fd. 13404 Implement decoding of map_flags and inner_map_fd fields of union bpf_attr 13408 * configure.ac: Check for inner_map_fd member of union bpf_attr 13412 (decode_BPF_MAP_CREATE): Add map_flags and inner_map_fd fields 13417 (init_BPF_MAP_CREATE_attr): Initialize map_flags and inner_map_fd
|
/external/strace/m4/ |
D | bpf_attr.m4 | 36 union bpf_attr.inner_map_fd,
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 188 __u32 inner_map_fd; /* fd pointing to the inner map */ member
|
/external/ltp/include/lapi/ |
D | bpf.h | 181 uint32_t inner_map_fd; /* fd pointing to the inner map */ member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 325 __u32 inner_map_fd; /* fd pointing to the inner map */ member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 325 __u32 inner_map_fd; /* fd pointing to the inner map */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 499 __u32 inner_map_fd; /* fd pointing to the inner map */ member
|
/external/iproute2/lib/ |
D | bpf.c | 1189 attr.inner_map_fd = inner_fd; in bpf_map_create()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 55469 …<var-decl name="inner_map_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux…
|
D | test-PR27569-v0.abi | 55440 …<var-decl name="inner_map_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux…
|