| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 1662 tp->snd_wnd = th->th_win; in tcp_do_segment() 1752 tiwin && tiwin == tp->snd_wnd && in tcp_do_segment() 2403 tp->snd_wnd = tiwin; in tcp_do_segment() 2431 tp->snd_wnd = tiwin; in tcp_do_segment() 2516 (tiwin == tp->snd_wnd || in tcp_do_segment() 2913 tp->snd_wnd = 0; in tcp_do_segment() 2920 tp->snd_wnd -= acked; in tcp_do_segment() 2922 tp->snd_wnd = 0; in tcp_do_segment() 3020 tp->snd_wnd = tiwin; in tcp_do_segment() 3023 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment() [all …]
|
| H A D | siftr.c | 199 u_long snd_wnd; member 485 pkt_node->snd_wnd, in siftr_process_pkt() 536 pkt_node->snd_wnd, in siftr_process_pkt() 783 pn->snd_wnd = tp->snd_wnd; in siftr_siftdata()
|
| H A D | tcp_debug.c | 223 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()
|
| H A D | tcp_output.c | 286 sendwin = min(tp->snd_wnd, tp->snd_cwnd); in tcp_output() 308 imax(min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt, 0); in tcp_output() 413 len = ((int32_t)min(sbavail(&so->so_snd), tp->snd_wnd) - in tcp_output() 2120 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat - lowat && in tcp_sndbuf_autoscale()
|
| H A D | tcp_timer.c | 1035 tp->snd_wnd) { in tcp_timers_unsuspend() 1045 if (tp->snd_wnd == 0) { in tcp_timers_unsuspend()
|
| H A D | tcp_usrreq.c | 1232 tp->snd_wnd = TTCP_CLIENT_SND_WND; in tcp_usr_send() 1316 tp->snd_wnd = TTCP_CLIENT_SND_WND; in tcp_usr_send() 1791 ti->tcpi_snd_wnd = tp->snd_wnd; in tcp_fill_info() 2993 tp->snd_wnd, tp->snd_cwnd); in db_print_tcpcb()
|
| H A D | tcp_fastopen.c | 906 tp->snd_wnd = tp->t_maxseg; in tcp_fastopen_connect()
|
| H A D | tcp_var.h | 151 uint32_t snd_wnd; /* send window */ member
|
| H A D | tcp_subr.c | 731 if (TCPS_HAVEESTABLISHED(tp->t_state) && tp->snd_wnd == 0 && in tcp_default_fb_init() 3461 xt->t_snd_wnd = tp->snd_wnd; in tcp_inptoxtp()
|
| H A D | tcp_log_buf.c | 1682 COPY_STAT(snd_wnd); in tcp_log_event_()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 5187 if (out > tp->snd_wnd) { in rack_timeout_tlp() 8338 tp->snd_wnd -= acked_amount; in rack_process_ack() 8551 tp->snd_wnd = tiwin; in rack_process_data() 8559 tp->snd_wnd = tiwin; in rack_process_data() 9013 if (tiwin != tp->snd_wnd) { in rack_fastack() 9014 tp->snd_wnd = tiwin; in rack_fastack() 9457 tp->snd_wnd = tiwin; in rack_do_syn_recv() 11000 tp->snd_wnd = th->th_win; in rack_do_segment_nounlock() 11845 sendwin = tp->snd_wnd; in rack_what_can_we_send() 12321 len = tp->snd_wnd; in rack_output() [all …]
|
| H A D | bbr.c | 4595 if (out > tp->snd_wnd) { in bbr_timeout_tlp() 7882 tp->snd_wnd -= acked_amount; in bbr_process_ack() 8231 tp->snd_wnd = tiwin; in bbr_process_data() 8239 tp->snd_wnd = tiwin; in bbr_process_data() 8709 if (tiwin != tp->snd_wnd) { in bbr_fastack() 8710 tp->snd_wnd = tiwin; in bbr_fastack() 9137 tp->snd_wnd = tiwin; in bbr_do_syn_recv() 11520 tp->snd_wnd = th->th_win; in bbr_do_segment_nounlock() 12463 len = tp->snd_wnd; in bbr_output_wtime() 12602 if ((tp->snd_wnd == 0) && in bbr_output_wtime() [all …]
|
| H A D | tcp_bbr.h | 242 uint32_t snd_wnd; member
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_newreno.c | 279 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in newreno_cong_signal()
|
| H A D | cc_htcp.c | 316 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in htcp_cong_signal()
|
| H A D | cc_chd.c | 147 win = min(CCV(ccv, snd_wnd), CCV(ccv, snd_cwnd)) / CCV(ccv, t_maxseg); in chd_window_decrease()
|
| H A D | cc_dctcp.c | 285 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in dctcp_cong_signal()
|
| H A D | cc_cdg.c | 396 return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100); in cdg_window_decrease()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 151 uint32_t snd_wnd; /* send window */ member
|