Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlsm_hooks.h1711 int (*tun_dev_open)(void *security); member
1969 struct hlist_head tun_dev_open; member
/Linux-v4.19/security/
Dsecurity.c1568 return call_int_hook(tun_dev_open, 0, security); in security_tun_dev_open()
/Linux-v4.19/security/selinux/
Dhooks.c7085 LSM_HOOK_INIT(tun_dev_open, selinux_tun_dev_open),