Searched refs:rfbuf_ts (Results 1 – 7 of 7) sorted by relevance
855 if (tp->rfbuf_ts == 0 && in tcp_output()857 tp->rfbuf_ts = tcp_ts_getticks(); in tcp_output()
156 u_int32_t rfbuf_ts; /* recv buffer autoscaling timestamp */ member
1457 tp->t_srtt != 0 && tp->rfbuf_ts != 0 && in tcp_autorcvbuf()1458 TCP_TS_TO_TICKS(tcp_ts_getticks() - tp->rfbuf_ts) > in tcp_autorcvbuf()1467 tp->rfbuf_ts = 0; in tcp_autorcvbuf()
3054 tp->t_rttlow, tp->rfbuf_ts, tp->rfbuf_cnt); in db_print_tcpcb()
13066 if (tp->rfbuf_ts == 0 && in rack_output()13068 tp->rfbuf_ts = tcp_ts_getticks(); in rack_output()
13041 if (tp->rfbuf_ts == 0 && in bbr_output_wtime()13043 tp->rfbuf_ts = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_output_wtime()