Home
last modified time | relevance | path

Searched refs:bd_rtout (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dbpfdesc.h77 u_long bd_rtout; /* Read timeout in 'ticks' */ member
H A Dbpf.c1055 "bpf", d->bd_rtout); in bpfread()
1645 d->bd_rtout = tvtohz(tv) - 1; in bpfioctl()
1668 tv->tv_sec = d->bd_rtout / hz; in bpfioctl()
1669 tv->tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()
2118 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpfpoll()
2119 callout_reset(&d->bd_callout, d->bd_rtout, in bpfpoll()
2178 } else if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in filt_bpfread()
2179 callout_reset(&d->bd_callout, d->bd_rtout, in filt_bpfread()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h76 u_long bd_rtout; /* Read timeout in 'ticks' */ member