Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dbpfdesc.h160 #define BPF_DRAINING 3 /* waiting for timeout routine to finish during close */ macro
H A Dbpf.c972 d->bd_state = BPF_DRAINING; in bpfclose()
973 while (d->bd_state == BPF_DRAINING) { in bpfclose()
988 case BPF_DRAINING: in bpfclose()
1410 } else if (d->bd_state == BPF_DRAINING) { in bpf_timed_out()