Home
last modified time | relevance | path

Searched refs:bpf_map_free_internal_structs (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dhashtab.c233 bpf_map_free_internal_structs(&htab->map, in htab_free_prealloced_internal_structs()
1603 bpf_map_free_internal_structs(&htab->map, in htab_free_malloced_internal_structs()
2894 bpf_map_free_internal_structs(&rhtab->map, rhtab_elem_value(elem, rhtab->map.key_size)); in rhtab_free_elem()
3143 bpf_map_free_internal_structs(map, rhtab_elem_value(elem, map->key_size)); in rhtab_map_free_internal_structs()
H A Darraymap.c501 bpf_map_free_internal_structs(map, array_map_elem_ptr(array, i)); in array_map_free_internal_structs()
H A Dhelpers.c5033 void bpf_map_free_internal_structs(struct bpf_map *map, void *val) in bpf_map_free_internal_structs() function
H A Dsyscall.c811 bpf_map_free_internal_structs(map, obj); in bpf_obj_cancel_fields()
/linux/include/linux/
H A Dbpf.h708 void bpf_map_free_internal_structs(struct bpf_map *map, void *obj);