Searched refs:bd_state (Results 1 – 2 of 2) sorted by relevance
116 u_char bd_state; /* idle, waiting, or timed out */ member160 (((bd)->bd_immediate || (bd)->bd_state == BPF_TIMED_OUT) && \
692 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpf_start_timer()709 d->bd_state = BPF_WAITING; in bpf_start_timer()832 d->bd_state = BPF_IDLE; in bpfopen()893 switch (d->bd_state) { in bpfclose()916 d->bd_state = BPF_DRAINING; in bpfclose()917 while (d->bd_state == BPF_DRAINING) { in bpfclose()922 d->bd_state = BPF_IDLE; in bpfclose()929 d->bd_state = BPF_IDLE; in bpfclose()1052 if (d->bd_state == BPF_WAITING) { in bpfread()1056 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()[all …]