Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h152 timeout_id_t bd_callout; /* for BPF timeouts with select */ member
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1444 if (d->bd_callout == 0) in bpfchpoll()
1445 d->bd_callout = timeout(bpf_timed_out, in bpfchpoll()
1836 timeout_id_t tid = d->bd_callout; in bpf_clear_timeout()
1837 d->bd_callout = 0; in bpf_clear_timeout()