Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlsm_hooks.h1571 int (*tun_dev_attach)(struct sock *sk, void *security); member
1798 struct list_head tun_dev_attach; member
/linux-4.4.14/security/
Dsecurity.c1381 return call_int_hook(tun_dev_attach, 0, sk, security); in security_tun_dev_attach()
1838 .tun_dev_attach =
1839 LIST_HEAD_INIT(security_hook_heads.tun_dev_attach),
/linux-4.4.14/security/selinux/
Dhooks.c6036 LSM_HOOK_INIT(tun_dev_attach, selinux_tun_dev_attach),