Searched refs:bd_state (Results 1 – 2 of 2) sorted by relevance
444 (d)->bd_state = BPF_S_IDLE; \502 if (d->bd_state == BPF_S_DONE) { in bpfread()627 if (d->bd_state == BPF_S_WAIT) { in bpf_wait_cb()628 d->bd_state = BPF_S_DONE; in bpf_wait_cb()707 d->bd_state = BPF_S_IDLE; in bpf_resetd()1280 if (d->bd_state == BPF_S_DONE) in filt_bpfread()1630 if (d->bd_state == BPF_S_IDLE) in bpf_catchpacket()1631 d->bd_state = BPF_S_DONE; in bpf_catchpacket()1637 if (d->bd_state == BPF_S_IDLE) { in bpf_catchpacket()1638 d->bd_state = BPF_S_WAIT; in bpf_catchpacket()
92 u_char bd_state; /* [m] idle, waiting, or timed out */ member