Home
last modified time | relevance | path

Searched refs:snd_ssthresh (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/netinet/cc/
H A Dcc_newreno.c166 if (cw > CCV(ccv, snd_ssthresh)) { in newreno_ack_received()
223 CCV(ccv, snd_ssthresh) = max(CCV(ccv, snd_ssthresh), in newreno_after_idle()
261 CCV(ccv, snd_ssthresh) = in newreno_cong_signal()
262 ((uint64_t)CCV(ccv, snd_ssthresh) * in newreno_cong_signal()
267 CCV(ccv, snd_ssthresh) = cwin; in newreno_cong_signal()
273 CCV(ccv, snd_ssthresh) = cwin; in newreno_cong_signal()
279 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in newreno_cong_signal()
310 if (pipe < CCV(ccv, snd_ssthresh)) in newreno_post_recovery()
318 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in newreno_post_recovery()
H A Dcc_htcp.c206 CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh) || in htcp_ack_received()
216 CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) in htcp_ack_received()
308 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in htcp_cong_signal()
316 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in htcp_cong_signal()
374 if (pipe < CCV(ccv, snd_ssthresh)) in htcp_post_recovery()
517 if (CCV(ccv, snd_ssthresh) == TCP_MAXWIN << TCP_MAX_WINSHIFT) in htcp_ssthresh_update()
518 CCV(ccv, snd_ssthresh) = ((u_long)CCV(ccv, snd_cwnd) * in htcp_ssthresh_update()
522 CCV(ccv, snd_ssthresh) = ((u_long)CCV(ccv, snd_cwnd) * in htcp_ssthresh_update()
H A Dcc_dctcp.c244 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal()
253 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal()
268 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal()
275 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal()
279 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in dctcp_cong_signal()
285 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in dctcp_cong_signal()
H A Dcc_vegas.c144 CCV(ccv, snd_ssthresh)) { in vegas_ack_received()
212 if (CCV(ccv, snd_cwnd) < CCV(ccv, snd_ssthresh)) in vegas_cong_signal()
214 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in vegas_cong_signal()
224 (CCV(ccv, snd_cwnd) < CCV(ccv, snd_ssthresh)) ? 1 : 0; in vegas_cong_signal()
H A Dcc_cubic.c149 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh) || in cubic_ack_received()
307 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in cubic_cong_signal()
320 CCV(ccv, snd_ssthresh) = ((uint64_t)CCV(ccv, snd_cwnd) * in cubic_cong_signal()
381 if (pipe < CCV(ccv, snd_ssthresh)) in cubic_post_recovery()
483 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * maxseg); in cubic_ssthresh_update()
H A Dcc_cdg.c415 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) { in cdg_window_increase()
452 CCV(ccv, snd_ssthresh) = cdg_window_decrease(ccv, in cdg_cong_signal()
454 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in cdg_cong_signal()
466 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in cdg_cong_signal()
478 CCV(ccv, snd_ssthresh) = max(cdg_data->shadow_w, in cdg_cong_signal()
582 slowstart = (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)); in cdg_ack_received()
H A Dcc_chd.c149 CCV(ccv, snd_ssthresh) = max(win, 2) * CCV(ccv, t_maxseg); in chd_window_decrease()
193 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) { in chd_window_increase()
340 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in chd_cong_signal()
365 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in chd_cong_signal()
/f-stack/freebsd/netinet/
H A Dtcp_input.c361 if (tp->snd_cwnd > tp->snd_ssthresh) { in cc_ack_received()
481 tp->snd_ssthresh = tp->snd_ssthresh_prev; in cc_cong_signal()
2596 if (pipe >= tp->snd_ssthresh) { in tcp_do_segment()
2611 snd_cnt = imin(tp->snd_ssthresh - pipe, limit); in tcp_do_segment()
2638 if (awnd < tp->snd_ssthresh) { in tcp_do_segment()
2640 if (tp->snd_cwnd > tp->snd_ssthresh) in tcp_do_segment()
2641 tp->snd_cwnd = tp->snd_ssthresh; in tcp_do_segment()
2700 tp->snd_cwnd = tp->snd_ssthresh + in tcp_do_segment()
3945 if (pipe >= tp->snd_ssthresh) { in tcp_prr_partialack()
3950 tp->snd_ssthresh, tp->sackhint.recover_fs) - in tcp_prr_partialack()
[all …]
H A Dsiftr.c205 u_long snd_ssthresh; member
482 pkt_node->snd_ssthresh, in siftr_process_pkt()
533 pkt_node->snd_ssthresh, in siftr_process_pkt()
786 pn->snd_ssthresh = tp->snd_ssthresh; in siftr_siftdata()
H A Dtcp_sack.c800 if (tp->snd_cwnd > tp->snd_ssthresh) in tcp_sack_partialack()
801 tp->snd_cwnd = tp->snd_ssthresh; in tcp_sack_partialack()
H A Dtcp_var.h183 uint32_t snd_ssthresh; /* snd_cwnd size threshold for member
H A Dtcp_timer.c681 tp->snd_ssthresh_prev = tp->snd_ssthresh; in tcp_timer_rexmt()
H A Dtcp_subr.c1782 tp->snd_ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT; in tcp_newtcpcb()
1976 ssthresh = tp->snd_ssthresh; in tcp_discardcb()
3463 xt->t_snd_ssthresh = tp->snd_ssthresh; in tcp_inptoxtp()
H A Dtcp_usrreq.c1783 ti->tcpi_snd_ssthresh = tp->snd_ssthresh; in tcp_fill_info()
2997 "0x%08x\n", tp->snd_ssthresh, tp->snd_recover); in db_print_tcpcb()
H A Dtcp_log_buf.c1683 COPY_STAT(snd_ssthresh); in tcp_log_event_()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c3970 if (tp->snd_cwnd > tp->snd_ssthresh) { in rack_post_recovery()
3972 tp->snd_cwnd = tp->snd_ssthresh; in rack_post_recovery()
4040 tp->snd_ssthresh = tp->snd_ssthresh_prev; in rack_cong_signal()
4406 rack->r_ctl.rc_ssthresh_at = tp->snd_ssthresh; in rack_check_recovery_mode()
5564 if (tp->snd_ssthresh < tp->snd_wnd) { in rack_cc_conn_init()
5565 tp->snd_ssthresh = tp->snd_wnd; in rack_cc_conn_init()
5645 tp->snd_ssthresh_prev = tp->snd_ssthresh; in rack_timeout_rxt()
8023 if (pipe > tp->snd_ssthresh) { in rack_log_ack()
8051 if (tp->snd_ssthresh > pipe) { in rack_log_ack()
10513 tp->snd_ssthresh = 0xffffffff; in rack_init()
[all …]
H A Dbbr.c4005 tp->snd_ssthresh = tp->snd_ssthresh_prev; in bbr_cong_signal()
5039 tp->snd_ssthresh_prev = tp->snd_ssthresh; in bbr_timeout_rxt()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h183 uint32_t snd_ssthresh; /* snd_cwnd size threshold for member