Searched refs:bpf_map_alloc_security (Results 1 – 3 of 3) sorted by relevance
1775 int (*bpf_map_alloc_security)(struct bpf_map *map); member2009 struct hlist_head bpf_map_alloc_security; member
1785 return call_int_hook(bpf_map_alloc_security, 0, map); in security_bpf_map_alloc()
7127 LSM_HOOK_INIT(bpf_map_alloc_security, selinux_bpf_map_alloc),