Searched refs:tun_attach (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ |
D | tun.c | 796 static int tun_attach(struct tun_struct *tun, struct file *file, in tun_attach() function 2537 err = tun_attach(tun, file, ifr->ifr_flags & IFF_NOFILTER, in tun_set_iff() 2637 err = tun_attach(tun, file, false, ifr->ifr_flags & IFF_NAPI, in tun_set_iff() 2787 ret = tun_attach(tun, file, false, tun->flags & IFF_NAPI, in tun_set_queue()
|