Home
last modified time | relevance | path

Searched refs:bpf_map_meta_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dmap_in_map.h12 struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd);
H A Dmap_in_map.c10 struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd) in bpf_map_meta_alloc() function
H A Darraymap.c1301 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in array_of_map_alloc()
H A Dhashtab.c2566 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in htab_of_map_alloc()