Searched refs:tcprexmtthresh (Results 1 – 5 of 5) sorted by relevance
297 tp->snd_cwnd += tp->t_maxseg * tcprexmtthresh; in tcp_cc_adjust_nonvalidated_cwnd()
266 uint8_t tcprexmtthresh = 3; variable868 tp->t_maxseg * tcprexmtthresh; in tcp_reduce_congestion_window()1597 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()3076 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()4776 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()5025 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()7395 int error, val = tcprexmtthresh;7412 tcprexmtthresh = (uint8_t)val;7418 CTLFLAG_LOCKED, &tcprexmtthresh, 0, &sysctl_rexmtthresh, "I",
756 (_tp_)->t_rexmtthresh = (uint8_t)tcprexmtthresh; \769 extern uint8_t tcprexmtthresh;
873 ((tcprexmtthresh - 1) * tp->t_maxseg); in tcp_sack_byte_islost()
1151 tp->t_rexmtthresh = (uint8_t)tcprexmtthresh; in tcp_newtcpcb()