Home
last modified time | relevance | path

Searched refs:inner_map_fd (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/lib/bpf/
Dbpf.h42 __u32 inner_map_fd; member
55 int key_size, int inner_map_fd, int max_entries,
58 int key_size, int inner_map_fd, int max_entries,
Dbpf.c95 attr.inner_map_fd = create_attr->inner_map_fd; in bpf_create_map_xattr()
151 int key_size, int inner_map_fd, int max_entries, in bpf_create_map_in_map_node() argument
162 attr.inner_map_fd = inner_map_fd; in bpf_create_map_in_map_node()
176 int key_size, int inner_map_fd, int max_entries, in bpf_create_map_in_map() argument
180 inner_map_fd, max_entries, map_flags, in bpf_create_map_in_map()
/Linux-v4.19/samples/bpf/
Dtest_map_in_map_user.c35 static void check_map_id(int inner_map_fd, int map_in_map_fd, uint32_t key) in check_map_id() argument
41 ret = bpf_obj_get_info_by_fd(inner_map_fd, &info, &info_len); in check_map_id()
Dbpf_load.c269 int inner_map_fd = map_fd[maps[i].def.inner_map_idx]; in load_maps() local
274 inner_map_fd, in load_maps()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h294 __u32 inner_map_fd; /* fd pointing to the inner map */ member
/Linux-v4.19/include/uapi/linux/
Dbpf.h294 __u32 inner_map_fd; /* fd pointing to the inner map */ member
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_select_reuseport.c79 attr.inner_map_fd = reuseport_array; in create_maps()
Dtest_verifier.c12598 int inner_map_fd, outer_map_fd; in create_map_in_map() local
12600 inner_map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(int), in create_map_in_map()
12602 if (inner_map_fd < 0) { in create_map_in_map()
12604 return inner_map_fd; in create_map_in_map()
12608 sizeof(int), inner_map_fd, 1, 0); in create_map_in_map()
12613 close(inner_map_fd); in create_map_in_map()
/Linux-v4.19/kernel/bpf/
Darraymap.c672 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in array_of_map_alloc()
Dhashtab.c1379 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in htab_of_map_alloc()