Home
last modified time | relevance | path

Searched refs:bpf_map_has_internal_structs (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Darraymap.c468 if (!bpf_map_has_internal_structs(map)) in array_map_free_internal_structs()
H A Dhashtab.c1610 if (!bpf_map_has_internal_structs(map)) in htab_map_free_internal_structs()
/linux/include/linux/
H A Dbpf.h667 static inline bool bpf_map_has_internal_structs(struct bpf_map *map) in bpf_map_has_internal_structs() function