Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dmptcp.h27 __field(u32, snd_wnd)
46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd;
49 __entry->snd_wnd = 0;
61 __entry->snd_wnd, __entry->pace,
A Dtcp.h257 __field(__u32, snd_wnd)
283 __entry->snd_wnd = tp->snd_wnd;
294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/linux-6.3-rc2/include/linux/qed/
A Dtcp_common.h104 __le32 snd_wnd; member
235 __le32 snd_wnd; member
A Dqed_iscsi_if.h72 u32 snd_wnd; member
/linux-6.3-rc2/net/ipv4/
A Dtcp_fastopen.c268 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child()
269 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
A Dtcp_timer.c121 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources()
475 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
A Dtcp_minisocks.c553 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child()
554 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
A Dtcp.c3233 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()
3243 tp->snd_wnd = opt.snd_wnd; in tcp_repair_set_window()
3944 info->tcpi_snd_wnd = tp->snd_wnd; in tcp_get_info()
4230 opt.snd_wnd = tp->snd_wnd; in do_tcp_getsockopt()
A Dtcp_input.c3524 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window()
3566 if (tp->snd_wnd != nwin) { in tcp_ack_update_window()
3567 tp->snd_wnd = nwin; in tcp_ack_update_window()
6087 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect()
6269 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process()
6370 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process()
6372 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
6574 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
A Dtcp_output.c2221 u32 chunk = min(tp->snd_wnd, tcp_snd_cwnd(tp) * tp->mss_cache); in tcp_tso_should_defer()
2381 if (tp->snd_wnd < size_needed) in tcp_mtu_probe()
3704 tp->snd_wnd = 0; in tcp_connect_init()
/linux-6.3-rc2/include/uapi/linux/
A Dtcp.h144 __u32 snd_wnd; member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dtcp.h144 __u32 snd_wnd; member
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_iscsi.c77 u32 snd_wnd; member
361 p_tcp->snd_wnd = cpu_to_le32(p_conn->snd_wnd); in qed_sp_iscsi_conn_offload()
1241 con->snd_wnd = conn_info->snd_wnd; in qed_iscsi_offload_conn()
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dcm.h229 u32 snd_wnd; member
A Dcm.c768 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->window) in irdma_handle_tcp_options()
771 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd) in irdma_handle_tcp_options()
772 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_handle_tcp_options()
3287 tcp_info->snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_init_tcp_ctx()
A Dtype.h950 u32 snd_wnd; member
A Dctrl.c1008 FIELD_PREP(IRDMAQPC_SNDWND, tcp->snd_wnd)); in irdma_sc_qp_setctx()
/linux-6.3-rc2/include/linux/
A Dtcp.h235 u32 snd_wnd; /* The window we expect to receive */ member
/linux-6.3-rc2/include/net/
A Dtcp.h703 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument
711 snd_wnd); in __tcp_fast_path_on()
716 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
1285 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
/linux-6.3-rc2/net/mptcp/
A Dprotocol.c1128 if (unlikely(tcp_sk(ssk)->snd_wnd < mptcp_snd_wnd)) { in mptcp_check_allowed_size()
1129 tcp_sk(ssk)->snd_wnd = min_t(u64, U32_MAX, mptcp_snd_wnd); in mptcp_check_allowed_size()
3119 WRITE_ONCE(msk->wnd_end, msk->snd_nxt + tcp_sk(ssk)->snd_wnd); in mptcp_rcv_space_init()
A Doptions.c1050 new_wnd_end = new_snd_una + tcp_sk(ssk)->snd_wnd; in ack_update_msk()
/linux-6.3-rc2/Documentation/trace/
A Dhistogram.rst2473 onchange($cwnd).save(snd_wnd,srtt,rcv_wnd): \
2487 changed: 10 snd_wnd: 35456 srtt: 154262 rcv_wnd: 42112
2490 changed: 10 snd_wnd: 28960 srtt: 19604 rcv_wnd: 29312
2493 changed: 10 snd_wnd: 48384 srtt: 260444 rcv_wnd: 55168
2496 changed: 10 snd_wnd: 26960 srtt: 17379 rcv_wnd: 28800
2527 …32 snd_nxt=0xe3ae2ff5 snd_una=0xe3ae2ecd snd_cwnd=10 ssthresh=2147483647 snd_wnd=28960 srtt=19604 …

Completed in 93 milliseconds