Home
last modified time | relevance | path

Searched refs:t_rxtcur (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c263 if (idle && (((ticks - tp->t_rcvtime) >= tp->t_rxtcur) || in tcp_output()
264 (tp->t_sndtime && ((ticks - tp->t_sndtime) >= tp->t_rxtcur)))) in tcp_output()
726 tcp_timer_activate(tp, TT_REXMT, tp->t_rxtcur); in tcp_output()
1563 tcp_timer_activate(tp, TT_REXMT, tp->t_rxtcur); in tcp_output()
H A Dtcp_timer.c706 TCPT_RANGESET(tp->t_rxtcur, rexmt, in tcp_timer_rexmt()
1038 tp->t_rxtcur); in tcp_timers_unsuspend()
H A Dtcp_input.c408 TCPT_RANGESET(tp->t_rxtcur, in cc_conn_init()
1866 tp->t_rxtcur); in tcp_do_segment()
2892 tcp_timer_activate(tp, TT_REXMT, tp->t_rxtcur); in tcp_do_segment()
3624 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_xmit_timer()
H A Dtcp_var.h200 int t_rxtcur; /* current retransmit value (ticks) */ member
H A Dsiftr.c794 pn->rxt_length = tp->t_rxtcur; in siftr_siftdata()
H A Dtcp_usrreq.c1778 ti->tcpi_rto = tp->t_rxtcur * tick; in tcp_fill_info()
3009 tp->t_rxtcur, tp->t_maxseg, tp->t_srtt); in db_print_tcpcb()
H A Dtcp_subr.c736 tcp_timer_activate(tp, TT_REXMT, tp->t_rxtcur); in tcp_default_fb_init()
1780 tp->t_rxtcur = tcp_rexmit_initial; in tcp_newtcpcb()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c4107 uint32_t thresh, t_rxtcur; in bbr_calc_thresh_rack() local
4150 t_rxtcur = BBR_INITIAL_RTO; in bbr_calc_thresh_rack()
4152 t_rxtcur = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_calc_thresh_rack()
4153 if (thresh > t_rxtcur) { in bbr_calc_thresh_rack()
4154 thresh = t_rxtcur; in bbr_calc_thresh_rack()
4174 uint32_t thresh, len, maxseg, t_rxtcur; in bbr_calc_thresh_tlp() local
4216 t_rxtcur = BBR_INITIAL_RTO; in bbr_calc_thresh_tlp()
4218 t_rxtcur = TICKS_2_USEC(tp->t_rxtcur); in bbr_calc_thresh_tlp()
4222 if (thresh > t_rxtcur) { in bbr_calc_thresh_tlp()
4223 thresh = t_rxtcur; in bbr_calc_thresh_tlp()
[all …]
H A Drack.c1687 log.u_bbr.flex6 = rack->rc_tp->t_rxtcur; in rack_log_to_start()
1990 log.u_bbr.flex6 = rack->rc_tp->t_rxtcur; in rack_log_to_cancel()
4246 if (thresh > TICKS_2_MSEC(rack->rc_tp->t_rxtcur)) { in rack_calc_thresh_rack()
4247 thresh = TICKS_2_MSEC(rack->rc_tp->t_rxtcur); in rack_calc_thresh_rack()
4331 if (thresh > TICKS_2_MSEC(tp->t_rxtcur)) { in rack_calc_thresh_tlp()
4332 thresh = TICKS_2_MSEC(tp->t_rxtcur); in rack_calc_thresh_tlp()
4473 to = TICKS_2_MSEC(tp->t_rxtcur); in rack_timer_start()
5665 TCPT_RANGESET(tp->t_rxtcur, rexmt, in rack_timeout_rxt()
6528 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_rack_xmit_timer_commit()
10905 ((ticks - tp->t_rcvtime) >= tp->t_rxtcur)) { in rack_do_segment_nounlock()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h200 int t_rxtcur; /* current retransmit value (ticks) */ member