tun_rsel           95 net/if_tun.c   	struct selinfo	tun_rsel;	/* read select */
tun_rsel          234 net/if_tun.c   	klist_invalidate(&tp->tun_rsel.si_note);
tun_rsel          366 net/if_tun.c   		selwakeup(&tp->tun_rsel);
tun_rsel          367 net/if_tun.c   		KNOTE(&tp->tun_rsel.si_note, 0);
tun_rsel          589 net/if_tun.c   	selwakeup(&tp->tun_rsel);
tun_rsel          590 net/if_tun.c   	KNOTE(&tp->tun_rsel.si_note, 0);
tun_rsel          941 net/if_tun.c   			selrecord(p, &tp->tun_rsel);
tun_rsel          978 net/if_tun.c   			klist = &tp->tun_rsel.si_note;
tun_rsel         1007 net/if_tun.c   		SLIST_REMOVE(&tp->tun_rsel.si_note, kn, knote, kn_selnext);