Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dmap_in_map.c100 void bpf_map_meta_free(struct bpf_map *map_meta) in bpf_map_meta_free() argument
102 kfree(map_meta->field_offs); in bpf_map_meta_free()
103 bpf_map_free_record(map_meta); in bpf_map_meta_free()
104 btf_put(map_meta->btf); in bpf_map_meta_free()
105 kfree(map_meta); in bpf_map_meta_free()
A Dmap_in_map.h13 void bpf_map_meta_free(struct bpf_map *map_meta);

Completed in 4 milliseconds