Searched refs:bpf_map_free_internal_structs (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 233 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 D | arraymap.c | 501 bpf_map_free_internal_structs(map, array_map_elem_ptr(array, i)); in array_map_free_internal_structs()
|
| H A D | helpers.c | 5033 void bpf_map_free_internal_structs(struct bpf_map *map, void *val) in bpf_map_free_internal_structs() function
|
| H A D | syscall.c | 811 bpf_map_free_internal_structs(map, obj); in bpf_obj_cancel_fields()
|
| /linux/include/linux/ |
| H A D | bpf.h | 708 void bpf_map_free_internal_structs(struct bpf_map *map, void *obj);
|