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) && \
681 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpf_start_timer()698 d->bd_state = BPF_WAITING; in bpf_start_timer()821 d->bd_state = BPF_IDLE; in bpfopen()882 switch (d->bd_state) { in bpfclose()905 d->bd_state = BPF_DRAINING; in bpfclose()906 while (d->bd_state == BPF_DRAINING) { in bpfclose()911 d->bd_state = BPF_IDLE; in bpfclose()918 d->bd_state = BPF_IDLE; in bpfclose()1041 if (d->bd_state == BPF_WAITING) { in bpfread()1045 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()[all …]