Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_in_map.h12 struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd);
H A Dmap_in_map.c9 struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd) in bpf_map_meta_alloc() function
H A Darraymap.c1231 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in array_of_map_alloc()
H A Dhashtab.c2076 inner_map_meta = bpf_map_meta_alloc(attr->inner_map_fd); in htab_of_map_alloc()