Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_output.c769 if (tp->rfbuf_ts == 0 && (so->so_rcv.ssb_flags & SSB_AUTOSIZE)) in tcp_output()
770 tp->rfbuf_ts = ticks; in tcp_output()
HDtcp_input.c1386 if (to.to_tsecr > tp->rfbuf_ts && in tcp_input()
1387 to.to_tsecr - tp->rfbuf_ts < hz) { in tcp_input()
1398 tp->rfbuf_ts = 0; in tcp_input()
1490 tp->rfbuf_ts = 0; in tcp_input()
HDtcp_var.h302 u_int32_t rfbuf_ts; /* recv buffer autoscaling timestamp */ member