Home
last modified time | relevance | path

Searched refs:BPF_TIMED_OUT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h185 #define BPF_TIMED_OUT 2 /* read timeout has expired in select */ macro
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c607 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
701 d->bd_state = BPF_TIMED_OUT; in bpf_timed_out()
1427 ((d->bd_immediate || d->bd_state == BPF_TIMED_OUT) && in bpfchpoll()
1617 } else if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT) { in catchpacket()