Home
last modified time | relevance | path

Searched refs:snd_wnd (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_input.c1662 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 Dsiftr.c199 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 Dtcp_debug.c223 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()
H A Dtcp_output.c286 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 Dtcp_timer.c1035 tp->snd_wnd) { in tcp_timers_unsuspend()
1045 if (tp->snd_wnd == 0) { in tcp_timers_unsuspend()
H A Dtcp_usrreq.c1232 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 Dtcp_fastopen.c906 tp->snd_wnd = tp->t_maxseg; in tcp_fastopen_connect()
H A Dtcp_var.h151 uint32_t snd_wnd; /* send window */ member
H A Dtcp_subr.c731 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 Dtcp_log_buf.c1682 COPY_STAT(snd_wnd); in tcp_log_event_()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5187 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 Dbbr.c4595 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 Dtcp_bbr.h242 uint32_t snd_wnd; member
/f-stack/freebsd/netinet/cc/
H A Dcc_newreno.c279 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in newreno_cong_signal()
H A Dcc_htcp.c316 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in htcp_cong_signal()
H A Dcc_chd.c147 win = min(CCV(ccv, snd_wnd), CCV(ccv, snd_cwnd)) / CCV(ccv, t_maxseg); in chd_window_decrease()
H A Dcc_dctcp.c285 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in dctcp_cong_signal()
H A Dcc_cdg.c396 return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100); in cdg_window_decrease()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h151 uint32_t snd_wnd; /* send window */ member