Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dtcp.h247 __field(__u32, snd_wnd)
272 __entry->snd_wnd = tp->snd_wnd;
282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/Linux-v5.4/include/linux/qed/
Dtcp_common.h130 __le32 snd_wnd; member
261 __le32 snd_wnd; member
Dqed_iscsi_if.h98 u32 snd_wnd; member
/Linux-v5.4/net/ipv4/
Dtcp_fastopen.c262 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child()
263 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
Dtcp_timer.c103 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources()
454 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
Dtcp_minisocks.c522 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child()
523 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
Dtcp.c2702 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()
2712 tp->snd_wnd = opt.snd_wnd; in tcp_repair_set_window()
3307 info->tcpi_snd_wnd = tp->snd_wnd; in tcp_get_info()
3569 opt.snd_wnd = tp->snd_wnd; in do_tcp_getsockopt()
Dtcp_input.c3347 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window()
3389 if (tp->snd_wnd != nwin) { in tcp_ack_update_window()
3390 tp->snd_wnd = nwin; in tcp_ack_update_window()
5773 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect()
5943 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process()
6047 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process()
6049 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
6235 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
Dtcp_output.c1977 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); in tcp_tso_should_defer()
2135 if (tp->snd_wnd < size_needed) in tcp_mtu_probe()
3423 tp->snd_wnd = 0; in tcp_connect_init()
/Linux-v5.4/include/uapi/linux/
Dtcp.h144 __u32 snd_wnd; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c102 u32 snd_wnd; member
388 p_tcp->snd_wnd = cpu_to_le32(p_conn->snd_wnd); in qed_sp_iscsi_conn_offload()
1291 con->snd_wnd = conn_info->snd_wnd; in qed_iscsi_offload_conn()
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_cm.h272 u32 snd_wnd; member
Di40iw_cm.c721 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->window) << in i40iw_handle_tcp_options()
724 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd) in i40iw_handle_tcp_options()
725 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd; in i40iw_handle_tcp_options()
2995 cm_node->tcp_cntxt.snd_wnd = loopback_remotenode->tcp_cntxt.rcv_wnd; in i40iw_create_cm_node()
2996 loopback_remotenode->tcp_cntxt.snd_wnd = cm_node->tcp_cntxt.rcv_wnd; in i40iw_create_cm_node()
3327 tcp_info->snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.snd_wnd); in i40iw_init_tcp_ctx()
Di40iw_type.h718 u32 snd_wnd; member
Di40iw_ctrl.c2885 LS_64(tcp->snd_wnd, I40IWQPC_SNDWND)); in i40iw_sc_qp_setctx()
/Linux-v5.4/include/linux/
Dtcp.h198 u32 snd_wnd; /* The window we expect to receive */ member
/Linux-v5.4/include/net/
Dtcp.h660 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument
664 snd_wnd); in __tcp_fast_path_on()
669 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
1222 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
/Linux-v5.4/Documentation/trace/
Dhistogram.rst2198 onchange($cwnd).save(snd_wnd,srtt,rcv_wnd): \
2212 changed: 10 snd_wnd: 35456 srtt: 154262 rcv_wnd: 42112
2215 changed: 10 snd_wnd: 28960 srtt: 19604 rcv_wnd: 29312
2218 changed: 10 snd_wnd: 48384 srtt: 260444 rcv_wnd: 55168
2221 changed: 10 snd_wnd: 26960 srtt: 17379 rcv_wnd: 28800
2252 …32 snd_nxt=0xe3ae2ff5 snd_una=0xe3ae2ecd snd_cwnd=10 ssthresh=2147483647 snd_wnd=28960 srtt=19604 …