Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpfdesc.h174 #define BPF_DRAINING 3 /* waiting for timeout routine to finish during close */ macro
H A Dbpf.c1170 d->bd_state = BPF_DRAINING; in bpfclose()
1171 while (d->bd_state == BPF_DRAINING) { in bpfclose()
1186 case BPF_DRAINING: in bpfclose()
1609 } else if (d->bd_state == BPF_DRAINING) { in bpf_timed_out()