Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlsm_hooks.h1818 void (*bpf_prog_free_security)(struct bpf_prog_aux *aux); member
2060 struct hlist_head bpf_prog_free_security; member
/Linux-v5.4/security/
Dsecurity.c2398 call_void_hook(bpf_prog_free_security, aux); in security_bpf_prog_free()
/Linux-v5.4/security/selinux/
Dhooks.c7031 LSM_HOOK_INIT(bpf_prog_free_security, selinux_bpf_prog_free),