bpf_prog_alloc_security 1817 include/linux/lsm_hooks.h int (*bpf_prog_alloc_security)(struct bpf_prog_aux *aux); bpf_prog_alloc_security 2059 include/linux/lsm_hooks.h struct hlist_head bpf_prog_alloc_security; bpf_prog_alloc_security 2390 security/security.c return call_int_hook(bpf_prog_alloc_security, 0, aux); bpf_prog_alloc_security 7063 security/selinux/hooks.c LSM_HOOK_INIT(bpf_prog_alloc_security, selinux_bpf_prog_alloc),