Searched refs:tun_attach (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tun.c | 765 static int tun_attach(struct tun_struct *tun, struct file *file, in tun_attach() function 1018 err = tun_attach(tun, tun->file, false, ifr->ifr_flags & IFF_NAPI, in tun_net_init() 2775 err = tun_attach(tun, file, ifr->ifr_flags & IFF_NOFILTER, in tun_set_iff() 2982 ret = tun_attach(tun, file, false, tun->flags & IFF_NAPI, in tun_set_queue()
|