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

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c140 struct sigio *tun_sigio; /* async I/O info */ member in struct:tuntap_softc
859 if (tp->tun_flags & TUN_ASYNC && tp->tun_sigio) {
861 pgsigio(&tp->tun_sigio, SIGIO, 0);
912 if ((tp->tun_flags & TUN_ASYNC) && (tp->tun_sigio != NULL)) {
914 pgsigio(&tp->tun_sigio, SIGIO, 0);
1173 funsetown(&tp->tun_sigio);
1646 return (fsetown(*(int *)data, &tp->tun_sigio));
1649 *(int *)data = fgetown(&tp->tun_sigio);
1654 return (fsetown(-(*(int *)data), &tp->tun_sigio));
1658 *(int *)data = -fgetown(&tp->tun_sigio);
[all...]

Completed in 157 milliseconds