Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlsm_hooks.h1778 void (*bpf_prog_free_security)(struct bpf_prog_aux *aux); member
2012 struct hlist_head bpf_prog_free_security; member
/Linux-v4.19/security/
Dsecurity.c1797 call_void_hook(bpf_prog_free_security, aux); in security_bpf_prog_free()
/Linux-v4.19/security/selinux/
Dhooks.c7130 LSM_HOOK_INIT(bpf_prog_free_security, selinux_bpf_prog_free),