Searched refs:BPF_TIMED_OUT (Results 1 – 2 of 2) sorted by relevance
113 #define BPF_TIMED_OUT 2 /* read timeout has expired in select */ macro
1021 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()1156 d->bd_state = BPF_TIMED_OUT; in bpf_timed_out()1170 if ((d->bd_immediate || d->bd_state == BPF_TIMED_OUT) && in bpf_ready()2652 if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT) { in catchpacket()