Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1937 extern void security_bpf_map_free(struct bpf_map *map);
1962 static inline void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c484 security_bpf_map_free(map); in bpf_map_free_deferred()
906 security_bpf_map_free(map); in map_create()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2508 void security_bpf_map_free(struct bpf_map *map) in security_bpf_map_free() function