Searched refs:inner_map_fd (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.h | 42 __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,
|
D | bpf.c | 95 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/ |
D | test_map_in_map_user.c | 35 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()
|
D | bpf_load.c | 269 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/ |
D | bpf.h | 294 __u32 inner_map_fd; /* fd pointing to the inner map */ member
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 294 __u32 inner_map_fd; /* fd pointing to the inner map */ member
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 79 attr.inner_map_fd = reuseport_array; in create_maps()
|
D | test_verifier.c | 12598 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/ |
D | arraymap.c | 672 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in array_of_map_alloc()
|
D | hashtab.c | 1379 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in htab_of_map_alloc()
|