Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dmap_in_map.h12 struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd);
Dmap_in_map.c10 struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd) in bpf_map_meta_alloc() function
Darraymap.c1311 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in array_of_map_alloc()
Dhashtab.c2472 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in htab_of_map_alloc()