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

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c142 struct selinfo tun_rsel; /* read select */ member in struct:tuntap_softc
631 seldrain(&tp->tun_rsel);
632 knlist_clear(&tp->tun_rsel.si_note, 0);
633 knlist_destroy(&tp->tun_rsel.si_note);
828 knlist_init_mtx(&tp->tun_rsel.si_note, &tp->tun_mtx);
857 selwakeuppri(&tp->tun_rsel, PZERO + 1);
858 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0);
918 selwakeuppri(&tp->tun_rsel, PZERO+1);
919 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0);
1174 selwakeuppri(&tp->tun_rsel, PZER
[all...]

Completed in 103 milliseconds