HomeSort by: relevance | last modified time | path
    Searched refs:tun_rsel (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_tun.h 53 struct selinfo tun_rsel; /* read select */ member in struct:tun_softc
if_tun.c 214 selinit(&tp->tun_rsel);
229 seldestroy(&tp->tun_rsel);
329 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
408 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
648 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
1018 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
1051 selrecord(l, &tp->tun_rsel);
1069 selremove_knote(&tp->tun_rsel, kn);
1120 selrecord_knote(&tp->tun_rsel, kn);

Completed in 13 milliseconds