Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dtun.c789 static int tun_attach(struct tun_struct *tun, struct file *file, in tun_attach() function
2733 err = tun_attach(tun, file, ifr->ifr_flags & IFF_NOFILTER, in tun_set_iff()
2833 err = tun_attach(tun, file, false, ifr->ifr_flags & IFF_NAPI, in tun_set_iff()
2986 ret = tun_attach(tun, file, false, tun->flags & IFF_NAPI, in tun_set_queue()