| /freebsd-13-stable/sys/netinet/cc/ |
| HD | cc_newreno.c | 160 if (cw > CCV(ccv, snd_ssthresh)) { in newreno_ack_received() 223 CCV(ccv, snd_ssthresh) = max(CCV(ccv, snd_ssthresh), in newreno_after_idle() 275 CCV(ccv, snd_ssthresh) = in newreno_cong_signal() 276 ((uint64_t)CCV(ccv, snd_ssthresh) * in newreno_cong_signal() 280 CCV(ccv, snd_ssthresh) = cwin; in newreno_cong_signal() 286 CCV(ccv, snd_ssthresh) = cwin; in newreno_cong_signal() 292 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in newreno_cong_signal() 323 if (pipe < CCV(ccv, snd_ssthresh)) in newreno_post_recovery() 331 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in newreno_post_recovery()
|
| HD | cc_htcp.c | 204 CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh) || in htcp_ack_received() 214 CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) in htcp_ack_received() 306 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in htcp_cong_signal() 314 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in htcp_cong_signal() 372 if (pipe < CCV(ccv, snd_ssthresh)) in htcp_post_recovery() 515 if (CCV(ccv, snd_ssthresh) == TCP_MAXWIN << TCP_MAX_WINSHIFT) in htcp_ssthresh_update() 516 CCV(ccv, snd_ssthresh) = ((u_long)CCV(ccv, snd_cwnd) * in htcp_ssthresh_update() 520 CCV(ccv, snd_ssthresh) = ((u_long)CCV(ccv, snd_cwnd) * in htcp_ssthresh_update()
|
| HD | cc_dctcp.c | 242 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 251 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 266 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 273 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 277 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in dctcp_cong_signal() 283 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in dctcp_cong_signal()
|
| HD | cc_vegas.c | 142 CCV(ccv, snd_ssthresh)) { in vegas_ack_received() 210 if (CCV(ccv, snd_cwnd) < CCV(ccv, snd_ssthresh)) in vegas_cong_signal() 212 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in vegas_cong_signal() 222 (CCV(ccv, snd_cwnd) < CCV(ccv, snd_ssthresh)) ? 1 : 0; in vegas_cong_signal()
|
| HD | cc_cubic.c | 147 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh) || in cubic_ack_received() 306 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in cubic_cong_signal() 319 CCV(ccv, snd_ssthresh) = ((uint64_t)CCV(ccv, snd_cwnd) * in cubic_cong_signal() 380 if (pipe < CCV(ccv, snd_ssthresh)) in cubic_post_recovery() 482 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * maxseg); in cubic_ssthresh_update()
|
| HD | cc_cdg.c | 413 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) { in cdg_window_increase() 450 CCV(ccv, snd_ssthresh) = cdg_window_decrease(ccv, in cdg_cong_signal() 452 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in cdg_cong_signal() 464 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in cdg_cong_signal() 476 CCV(ccv, snd_ssthresh) = max(cdg_data->shadow_w, in cdg_cong_signal() 580 slowstart = (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)); in cdg_ack_received()
|
| HD | cc_chd.c | 147 CCV(ccv, snd_ssthresh) = max(win, 2) * CCV(ccv, t_maxseg); in chd_window_decrease() 191 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) { in chd_window_increase() 338 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in chd_cong_signal() 363 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in chd_cong_signal()
|
| /freebsd-13-stable/cddl/lib/libdtrace/ |
| HD | siftr.d | 52 u_long snd_ssthresh; member 82 snd_ssthresh = p == NULL ? 0 : p->snd_ssthresh;
|
| HD | tcp.d | 242 tcps_cwnd_ssthresh = p == NULL ? -1 : p->snd_ssthresh;
|
| /freebsd-13-stable/sys/netinet/ |
| HD | siftr.c | 203 u_long snd_ssthresh; member 481 pkt_node->snd_ssthresh, in siftr_process_pkt() 532 pkt_node->snd_ssthresh, in siftr_process_pkt() 785 pn->snd_ssthresh = tp->snd_ssthresh; in siftr_siftdata()
|
| HD | tcp_input.c | 380 if (tp->snd_cwnd > tp->snd_ssthresh) { in cc_ack_received() 437 tp->snd_ssthresh = max(2 * maxseg, metrics.rmx_ssthresh); in cc_conn_init() 499 tp->snd_ssthresh = tp->snd_ssthresh_prev; in cc_cong_signal() 2685 if (awnd < tp->snd_ssthresh) { in tcp_do_segment() 2687 if (tp->snd_cwnd > tp->snd_ssthresh) in tcp_do_segment() 2688 tp->snd_cwnd = tp->snd_ssthresh; in tcp_do_segment() 2770 tp->snd_cwnd = tp->snd_ssthresh + in tcp_do_segment() 4074 if (pipe >= tp->snd_ssthresh) { in tcp_do_prr_ack() 4079 tp->snd_ssthresh, tp->sackhint.recover_fs) - in tcp_do_prr_ack() 4089 snd_cnt = imin((tp->snd_ssthresh - pipe), limit); in tcp_do_prr_ack()
|
| HD | tcp_sack.c | 845 if (tp->snd_cwnd > tp->snd_ssthresh) in tcp_sack_partialack() 846 tp->snd_cwnd = tp->snd_ssthresh; in tcp_sack_partialack()
|
| HD | tcp_timer.c | 683 tp->snd_ssthresh_prev = tp->snd_ssthresh; in tcp_timer_rexmt()
|
| HD | tcp_var.h | 182 uint32_t snd_ssthresh; /* snd_cwnd size threshold for member
|
| HD | tcp_subr.c | 2146 tp->snd_ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT; in tcp_newtcpcb() 2386 ssthresh = tp->snd_ssthresh; in tcp_discardcb() 3971 xt->t_snd_ssthresh = tp->snd_ssthresh; in tcp_inptoxtp()
|
| HD | tcp_usrreq.c | 1659 ti->tcpi_snd_ssthresh = tp->snd_ssthresh; in tcp_fill_info() 2912 "0x%08x\n", tp->snd_ssthresh, tp->snd_recover); in db_print_tcpcb()
|
| HD | tcp_log_buf.c | 1682 COPY_STAT(snd_ssthresh); in tcp_log_event_()
|
| /freebsd-13-stable/share/dtrace/ |
| HD | siftr | 45 args[0]->snd_ssthresh);
|
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | rack.c | 1961 else if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) in rack_get_fixed_pacing_bw() 2066 if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) in rack_get_output_gain() 3853 rack->rc_tp->snd_ssthresh = (rack->rc_tp->snd_cwnd - 1); in rack_exit_probertt() 4696 if (tp->snd_cwnd > tp->snd_ssthresh) { in rack_ack_received() 4811 if (tp->snd_cwnd < tp->snd_ssthresh) { in rack_post_recovery() 4817 tp->snd_cwnd = tp->snd_ssthresh; in rack_post_recovery() 4878 ssthresh_enter = tp->snd_ssthresh; in rack_cong_signal() 4918 tp->snd_ssthresh = max(2, min(tp->snd_wnd, rack->r_ctl.cwnd_to_use) / 2 / in rack_cong_signal() 4930 tp->snd_ssthresh = tp->snd_ssthresh_prev; in rack_cong_signal() 5269 rack->r_ctl.rc_ssthresh_at = tp->snd_ssthresh; in rack_check_recovery_mode() [all …]
|
| HD | bbr.c | 3996 tp->snd_ssthresh = tp->snd_ssthresh_prev; in bbr_cong_signal() 5031 tp->snd_ssthresh_prev = tp->snd_ssthresh; in bbr_timeout_rxt()
|