Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpfdesc.h128 struct selinfo bd_sel; /* bsd select info */ member
H A Dbpf.c964 selthreadclear(&d->bd_sel); in bpfclose()
1349 selwakeup(&d->bd_sel); in bpf_wakeup()
1351 KNOTE(&d->bd_sel.si_note, 1); in bpf_wakeup()
2681 selrecord(p, &d->bd_sel, wql); in bpfselect()
2801 KNOTE_ATTACH(&d->bd_sel.si_note, kn); in bpfkqfilter()
2819 KNOTE_DETACH(&d->bd_sel.si_note, kn); in filt_bpfdetach()