Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/ !
H A Dbpfdesc.h142 struct selinfo bd_sel; /* bsd select info */ member
H A Dbpf.c1202 selthreadclear(&d->bd_sel); in bpfclose()
1588 selwakeup(&d->bd_sel); in bpf_wakeup()
1590 KNOTE(&d->bd_sel.si_note, 1); in bpf_wakeup()
3110 selrecord(proc, &d->bd_sel, wql); in bpfselect()
3230 KNOTE_ATTACH(&d->bd_sel.si_note, kn); in bpfkqfilter()
3248 KNOTE_DETACH(&d->bd_sel.si_note, kn); in filt_bpfdetach()