Searched refs:tun_rsel (Results 1 – 1 of 1) sorted by relevance
142 struct selinfo tun_rsel; /* read select */ member631 seldrain(&tp->tun_rsel); in tun_destroy()632 knlist_clear(&tp->tun_rsel.si_note, 0); in tun_destroy()633 knlist_destroy(&tp->tun_rsel.si_note); in tun_destroy()857 selwakeuppri(&tp->tun_rsel, PZERO + 1); in tunstart()858 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart()918 selwakeuppri(&tp->tun_rsel, PZERO+1); in tunstart_l2()919 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tunstart_l2()1174 selwakeuppri(&tp->tun_rsel, PZERO + 1); in tundtor()1175 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0); in tundtor()[all …]