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

/freebsd-9.3-release/sys/net/
H A Dif_tun.c95 struct selinfo tun_rsel; /* read select */ member in struct:tun_softc
262 seldrain(&tp->tun_rsel);
263 knlist_destroy(&tp->tun_rsel.si_note);
349 selwakeuppri(&tp->tun_rsel, PZERO + 1);
350 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0);
390 knlist_init_mtx(&sc->tun_rsel.si_note, &sc->tun_mtx);
490 selwakeuppri(&tp->tun_rsel, PZERO + 1);
491 KNOTE_LOCKED(&tp->tun_rsel.si_note, 0);
963 selrecord(td, &tp->tun_rsel);
1002 knlist_add(&tp->tun_rsel
[all...]

Completed in 98 milliseconds