Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h184 #define BPF_IDLE 0 /* no select in progress */ macro
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c544 d->bd_state = BPF_IDLE; in bpfclose()
601 d->bd_state = BPF_IDLE; in bpfread()
842 d->bd_state = BPF_IDLE; in bpfioctl()
1427 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpfchpoll()