Home
last modified time | relevance | path

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

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