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

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c129 #define TUN_ASYNC 0x0080 macro
859 if (tp->tun_flags & TUN_ASYNC && tp->tun_sigio) {
912 if ((tp->tun_flags & TUN_ASYNC) && (tp->tun_sigio != NULL)) {
1629 tp->tun_flags |= TUN_ASYNC;
1631 tp->tun_flags &= ~TUN_ASYNC;

Completed in 102 milliseconds