Searched refs:rfbuf_ts (Results 1 – 6 of 6) sorted by relevance
856 if (tp->rfbuf_ts == 0 && in tcp_default_output()858 tp->rfbuf_ts = tcp_ts_getticks(); in tcp_default_output()
1478 tp->t_srtt != 0 && tp->rfbuf_ts != 0 && in tcp_autorcvbuf()1479 TCP_TS_TO_TICKS(tcp_ts_getticks() - tp->rfbuf_ts) > in tcp_autorcvbuf()1488 tp->rfbuf_ts = 0; in tcp_autorcvbuf()
356 uint32_t rfbuf_ts; /* recv buffer autoscaling timestamp */ member
3189 tp->t_rttlow, tp->rfbuf_ts, tp->rfbuf_cnt); in db_print_tcpcb()
12894 if (tp->rfbuf_ts == 0 && in bbr_output_wtime()12896 tp->rfbuf_ts = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_output_wtime()
21316 if (tp->rfbuf_ts == 0 && in rack_output() 21318 tp->rfbuf_ts = ms_cts; in rack_output()