bpf_prog_free_security 1818 include/linux/lsm_hooks.h 	void (*bpf_prog_free_security)(struct bpf_prog_aux *aux);
bpf_prog_free_security 2060 include/linux/lsm_hooks.h 	struct hlist_head bpf_prog_free_security;
bpf_prog_free_security 2398 security/security.c 	call_void_hook(bpf_prog_free_security, aux);
bpf_prog_free_security 7065 security/selinux/hooks.c 	LSM_HOOK_INIT(bpf_prog_free_security, selinux_bpf_prog_free),