Searched refs:map_ifindex (Results 1 – 19 of 19) sorted by relevance
/external/strace/tests/ |
D | bpf.c | 267 attr->map_ifindex = ifindex_lo(); in init_BPF_MAP_CREATE_attr7() 309 .map_ifindex = 3141592653, 311 .size = offsetofend(struct BPF_MAP_CREATE_struct, map_ifindex), 410 .size = offsetofend(struct BPF_MAP_CREATE_struct, map_ifindex),
|
D | bpf-obj_get_info_by_fd.c | 104 if (size > offsetof(struct BPF_MAP_CREATE_struct, map_ifindex)) in print_map_create()
|
/external/strace/tests-m32/ |
D | bpf.c | 267 attr->map_ifindex = ifindex_lo(); in init_BPF_MAP_CREATE_attr7() 309 .map_ifindex = 3141592653, 311 .size = offsetofend(struct BPF_MAP_CREATE_struct, map_ifindex), 410 .size = offsetofend(struct BPF_MAP_CREATE_struct, map_ifindex),
|
D | bpf-obj_get_info_by_fd.c | 104 if (size > offsetof(struct BPF_MAP_CREATE_struct, map_ifindex)) in print_map_create()
|
/external/strace/tests-mx32/ |
D | bpf.c | 267 attr->map_ifindex = ifindex_lo(); in init_BPF_MAP_CREATE_attr7() 309 .map_ifindex = 3141592653, 311 .size = offsetofend(struct BPF_MAP_CREATE_struct, map_ifindex), 410 .size = offsetofend(struct BPF_MAP_CREATE_struct, map_ifindex),
|
D | bpf-obj_get_info_by_fd.c | 104 if (size > offsetof(struct BPF_MAP_CREATE_struct, map_ifindex)) in print_map_create()
|
/external/strace/ |
D | bpf_attr_check.c | 67 static_assert(SoM(struct BPF_MAP_CREATE_struct, map_ifindex) == SoM(union bpf_attr, map_ifindex), 69 …tic_assert(offsetof(struct BPF_MAP_CREATE_struct, map_ifindex) == offsetof(union bpf_attr, map_ifi…
|
D | bpf_attr.h | 67 uint32_t map_ifindex; member
|
D | bpf.c | 232 if (len <= offsetof(struct BPF_MAP_CREATE_struct, map_ifindex)) in BEGIN_BPF_CMD_DECODER() 234 PRINT_FIELD_IFINDEX(", ", attr, map_ifindex); in BEGIN_BPF_CMD_DECODER()
|
D | config.h.in | 1510 /* Define to 1 if `map_ifindex' is a member of `union bpf_attr'. */
|
D | configure | 11185 ac_fn_c_check_member "$LINENO" "union bpf_attr" "map_ifindex" "ac_cv_member_union_bpf_attr_map_ifin…
|
D | ChangeLog | 5030 bpf: add support for map_name and map_ifindex fields in BPF_MAP_CREATE. 5032 and map_ifindex fields that were added in Linux commits 5035 and map_ifindex fields.
|
/external/strace/m4/ |
D | bpf_attr.m4 | 49 union bpf_attr.map_ifindex,
|
/external/ltp/include/lapi/ |
D | bpf.h | 186 uint32_t map_ifindex; /* ifindex of netdev to create on */ member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 330 __u32 map_ifindex; /* ifindex of netdev to create on */ member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 330 __u32 map_ifindex; /* ifindex of netdev to create on */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 504 __u32 map_ifindex; /* ifindex of netdev to create on */ member
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 55449 …<var-decl name="map_ifindex" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/…
|
D | test-PR27569-v1.abi | 55478 …<var-decl name="map_ifindex" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/…
|