Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlsm_hooks.h1752 int (*tun_dev_open)(void *security); member
2017 struct hlist_head tun_dev_open; member
/Linux-v5.4/security/
Dsecurity.c2171 return call_int_hook(tun_dev_open, 0, security); in security_tun_dev_open()
/Linux-v5.4/security/selinux/
Dhooks.c6986 LSM_HOOK_INIT(tun_dev_open, selinux_tun_dev_open),