Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dbpfdesc.h156 #define BPF_DRAINING 3 /* waiting for timeout routine to finish during close */ macro
H A Dbpf.c905 d->bd_state = BPF_DRAINING; in bpfclose()
906 while (d->bd_state == BPF_DRAINING) { in bpfclose()
921 case BPF_DRAINING: in bpfclose()
1310 } else if (d->bd_state == BPF_DRAINING) { in bpf_timed_out()