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

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h127 struct selinfo bd_sel; /* bsd select info */ member in struct:bpf_d
H A Dbpf.c775 selthreadclear(&d->bd_sel);
1046 selwakeup(&d->bd_sel);
1047 KNOTE(&d->bd_sel.si_note, 1);
1050 d->bd_sel.si_pid = 0;
1920 selrecord(p, &d->bd_sel, wql);
1980 KNOTE_ATTACH(&d->bd_sel.si_note, kn);
1991 KNOTE_DETACH(&d->bd_sel.si_note, kn);

Completed in 24 milliseconds