Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dsecurity.h1974 extern void security_bpf_map_free(struct bpf_map *map);
1999 static inline void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function
/linux-5.19.10/security/
Dsecurity.c2604 void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function
/linux-5.19.10/kernel/bpf/
Dsyscall.c594 security_bpf_map_free(map); in bpf_map_free_deferred()
1162 security_bpf_map_free(map); in map_create()