Searched refs:bd_state (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h111 u_char bd_state; /* idle, waiting, or timed out */ member in struct:bpf_d
140 /* Values for bd_state */
148 (((bd)->bd_immediate || (bd)->bd_state == BPF_TIMED_OUT) && \
H A Dbpf.c572 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) {
589 d->bd_state = BPF_WAITING;
602 * Our caller is expected to set d->bd_state to BPF_IDLE,
677 d->bd_state = BPF_IDLE;
722 switch (d->bd_state) {
745 d->bd_state = BPF_DRAINING;
746 while (d->bd_state == BPF_DRAINING)
750 d->bd_state = BPF_IDLE;
757 d->bd_state = BPF_IDLE;
850 if (d->bd_state
[all...]

Completed in 24 milliseconds