Searched refs:BPF_TIMED_OUT (Results 1 – 2 of 2) sorted by relevance
159 #define BPF_TIMED_OUT 2 /* read timeout has expired in select/kqueue */ macro164 (((bd)->bd_immediate || (bd)->bd_state == BPF_TIMED_OUT) && \
981 case BPF_TIMED_OUT: in bpfclose()1127 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()1406 d->bd_state = BPF_TIMED_OUT; in bpf_timed_out()2760 d->bd_state == BPF_TIMED_OUT) && d->bd_slen != 0)) { in bpfselect()2848 d->bd_state == BPF_TIMED_OUT ? d->bd_slen : d->bd_hlen); in filt_bpfread_common()3769 } else if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT) { in catchpacket()