Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dif_tun.h71 #define TUN_PERSIST 0x0100 macro
/linux-2.4.37.9/drivers/net/
Dtun.c474 tun->flags |= TUN_PERSIST; in tun_chr_ioctl()
476 tun->flags &= ~TUN_PERSIST; in tun_chr_ioctl()
555 if (!(tun->flags & TUN_PERSIST)) { in tun_chr_close()