Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsecurity.h1785 extern void security_bpf_map_free(struct bpf_map *map);
1810 static inline void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function
/Linux-v4.19/kernel/bpf/
Dsyscall.c289 security_bpf_map_free(map); in bpf_map_free_deferred()
576 security_bpf_map_free(map); in map_create()
/Linux-v4.19/security/
Dsecurity.c1791 void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function