Searched refs:BPF_TIMED_OUT (Results 1 – 3 of 3) sorted by relevance
116 #define BPF_TIMED_OUT 2 /* read timeout has expired in select */ macro
1007 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()1142 d->bd_state = BPF_TIMED_OUT; in bpf_timed_out()1156 if ((d->bd_immediate || d->bd_state == BPF_TIMED_OUT) && in bpf_ready()2551 } else if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT) in catchpacket()
115 #define BPF_TIMED_OUT 2 /* read timeout has expired in select */ macro