Searched refs:TUN_READY (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c136 #define TUN_READY (TUN_OPEN | TUN_INITED) macro
885 ((tp->tun_flags & TUN_READY) != TUN_READY)) {
1390 if ((cached_tun_flags & TUN_READY) != TUN_READY) {
1682 if ((tp->tun_flags & TUN_READY) != TUN_READY) {

Completed in 52 milliseconds