Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c136 #define TUN_READY (TUN_OPEN | TUN_INITED) macro
885 ((tp->tun_flags & TUN_READY) != TUN_READY)) { in tunstart_l2()
1390 if ((cached_tun_flags & TUN_READY) != TUN_READY) { in tunoutput()
1682 if ((tp->tun_flags & TUN_READY) != TUN_READY) { in tunread()