Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c131 #define TUN_DYING 0x0200 macro
351 if ((tp->tun_flags & TUN_DYING) != 0) { in tun_busy_locked()
621 tp->tun_flags |= TUN_DYING; in tun_destroy()
1065 if ((tp->tun_flags & (TUN_OPEN | TUN_DYING)) != 0) { in tunopen()