Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsecurity.h2038 extern void security_bpf_map_free(struct bpf_map *map);
2063 static inline void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function
/linux-6.6.21/kernel/bpf/
Dsyscall.c697 security_bpf_map_free(map); in bpf_map_free_deferred()
1309 security_bpf_map_free(map); in map_create()
/linux-6.6.21/security/
Dsecurity.c5254 void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function