Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dtun.c547 static int tun_attach(struct tun_struct *tun, struct file *file, bool skip_filter) in tun_attach() function
1593 err = tun_attach(tun, file, ifr->ifr_flags & IFF_NOFILTER); in tun_set_iff()
1671 err = tun_attach(tun, file, false); in tun_set_iff()
1815 ret = tun_attach(tun, file, false); in tun_set_queue()