Home
last modified time | relevance | path

Searched refs:map_meta (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dmap_in_map.c77 void bpf_map_meta_free(struct bpf_map *map_meta) in bpf_map_meta_free() argument
79 bpf_map_free_kptr_off_tab(map_meta); in bpf_map_meta_free()
80 btf_put(map_meta->btf); in bpf_map_meta_free()
81 kfree(map_meta); in bpf_map_meta_free()
Dmap_in_map.h13 void bpf_map_meta_free(struct bpf_map *map_meta);