/freebsd/cddl/lib/libdtrace/ |
H A D | siftr.d | 51 uint32_t snd_wnd; member 88 snd_wnd = p == NULL ? 0 : p->snd_wnd;
|
H A D | tcp.d | 235 tcps_swnd = p == NULL ? -1 : p->snd_wnd;
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | tcp_common.h | 140 __le32 snd_wnd /* absolute send window (not scaled) */; member 283 __le32 snd_wnd /* absolute send window (not scaled) */; member
|
H A D | ecore_iscsi_api.h | 127 u32 snd_wnd; member
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 304 if ((!V_tcp_do_newcwv && (tp->snd_cwnd <= tp->snd_wnd)) || in cc_ack_received() 305 (V_tcp_do_newcwv && (tp->snd_cwnd <= tp->snd_wnd) && in cc_ack_received() 314 ((int32_t)tp->snd_cwnd) - tp->snd_wnd); in cc_ack_received() 1663 tp->snd_wnd = th->th_win; in tcp_do_segment() 1762 tiwin && tiwin == tp->snd_wnd && in tcp_do_segment() 2419 tp->snd_wnd = tiwin; in tcp_do_segment() 2495 tp->snd_wnd = tiwin; in tcp_do_segment() 2583 (tiwin == tp->snd_wnd || in tcp_do_segment() 3034 if (tp->snd_wnd >= sbavail(&so->so_snd)) in tcp_do_segment() 3035 tp->snd_wnd -= sbavail(&so->so_snd); in tcp_do_segment() [all …]
|
H A D | siftr.c | 175 uint32_t snd_wnd; member 423 pkt_node->snd_wnd, in siftr_process_pkt() 679 pn->snd_wnd = tp->snd_wnd; in siftr_siftdata()
|
H A D | tcp_usrreq.c | 1104 tp->snd_wnd = TTCP_CLIENT_SND_WND; in tcp_usr_send() 1192 tp->snd_wnd = TTCP_CLIENT_SND_WND; in tcp_usr_send() 1600 ti->tcpi_snd_wnd = tp->snd_wnd; in tcp_fill_info() 3129 tp->snd_wnd, tp->snd_cwnd); in db_print_tcpcb()
|
H A D | tcp_output.c | 278 sendwin = min(tp->snd_wnd, tp->snd_cwnd + sendwin); in tcp_default_output() 2179 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat - lowat && in tcp_sndbuf_autoscale()
|
H A D | tcp_fastopen.c | 902 tp->snd_wnd = tp->t_maxseg; in tcp_fastopen_connect()
|
H A D | tcp_var.h | 353 uint32_t snd_wnd; /* send window */ member
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 5358 rack->r_ctl.rc_gp_high_rwnd = rack->rc_tp->snd_wnd; in rack_do_goodput_measurement() 5481 ((int32_t)rack->r_ctl.cwnd_to_use) - tp->snd_wnd); in rack_ack_received() 5508 if (tp->snd_cwnd <= tp->snd_wnd) in rack_ack_received() 5770 min(tp->snd_wnd, rack->r_ctl.cwnd_to_use) / 2 / in rack_cong_signal() 7189 if ((out > tp->snd_wnd) || rack->rc_has_collapsed) { in rack_timeout_tlp() 7229 if ((amm + out) > tp->snd_wnd) { in rack_timeout_tlp() 7240 if (out + amm <= tp->snd_wnd) { in rack_timeout_tlp() 7249 if (out + amm <= tp->snd_wnd) in rack_timeout_tlp() 7635 if (tp->snd_ssthresh < tp->snd_wnd) { in rack_cc_conn_init() 7636 tp->snd_ssthresh = tp->snd_wnd; in rack_cc_conn_init() [all …]
|
H A D | bbr.c | 4572 if (out > tp->snd_wnd) { in bbr_timeout_tlp() 4587 if ((out + amm) <= tp->snd_wnd) { in bbr_timeout_tlp() 7741 if ((th->th_ack == tp->snd_una) && (tiwin == tp->snd_wnd)) in bbr_process_ack() 7809 tp->snd_wnd -= acked_amount; in bbr_process_ack() 8023 max_seq = bbr->rc_tp->snd_una + bbr->rc_tp->snd_wnd; in bbr_collapsed_window() 8125 (bbr->rc_tp->snd_una + bbr->rc_tp->snd_wnd), 0, cleared); in bbr_un_collapse_window() 8153 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in bbr_process_data() 8156 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in bbr_process_data() 8158 tp->snd_wnd = tiwin; in bbr_process_data() 8161 if (tp->snd_wnd > tp->max_sndwnd) in bbr_process_data() [all …]
|
H A D | tcp_bbr.h | 240 uint32_t snd_wnd; member
|
/freebsd/share/dtrace/ |
H A D | siftr | 42 args[0]->snd_wnd,
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_cm.h | 261 u32 snd_wnd; member
|
H A D | irdma_cm.c | 811 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->th_win) in irdma_handle_tcp_options() 814 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd) in irdma_handle_tcp_options() 815 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_handle_tcp_options() 3212 tcp_info->snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_init_tcp_ctx()
|
H A D | irdma_type.h | 938 u32 snd_wnd; member
|
/freebsd/sys/netinet/cc/ |
H A D | cc_htcp.c | 330 min(CCV(ccv, snd_wnd), pipe) / 2 / mss) * mss; in htcp_cong_signal()
|
H A D | cc_chd.c | 152 win = min(CCV(ccv, snd_wnd), CCV(ccv, snd_cwnd)) / mss; in chd_window_decrease()
|
H A D | cc_dctcp.c | 299 min(CCV(ccv, snd_wnd), pipe) / 2 / mss) * mss; in dctcp_cong_signal()
|
H A D | cc.c | 500 min(CCV(ccv, snd_wnd), pipe) / 2 / mss) * mss; in newreno_cc_cong_signal()
|
H A D | cc_newreno.c | 433 ((uint64_t)min(CCV(ccv, snd_wnd), pipe) * in newreno_cong_signal()
|
H A D | cc_cdg.c | 404 return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100); in cdg_window_decrease()
|
H A D | cc_cubic.c | 475 (((uint64_t)min(CCV(ccv, snd_wnd), pipe) * in cubic_cong_signal()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 659 uint32_t snd_wnd; in update_tcb_histent() local 663 snd_wnd = GET_TCB_FIELD(tcb, RCV_ADV); in update_tcb_histent() 665 snd_wnd <<= GET_TCB_FIELD(tcb, RCV_SCALE); in update_tcb_histent() 666 if (GET_TCB_FIELD(tcb, SND_CWND) < snd_wnd) in update_tcb_histent()
|