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

/linux-master/include/linux/
H A Dsecurity.h2134 extern void security_bpf_map_free(struct bpf_map *map);
2166 static inline void security_bpf_map_free(struct bpf_map *map) function
/linux-master/security/
H A Dsecurity.c5522 * security_bpf_map_free() - Free a bpf map's LSM blob
5527 void security_bpf_map_free(struct bpf_map *map) function
/linux-master/kernel/bpf/
H A Dsyscall.c731 security_bpf_map_free(map);
1399 security_bpf_map_free(map);

Completed in 153 milliseconds