| /Linux-v5.15/include/trace/events/ |
| D | mptcp.h | 27 __field(u32, snd_wnd) 46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd; 49 __entry->snd_wnd = 0; 61 __entry->snd_wnd, __entry->pace,
|
| D | tcp.h | 257 __field(__u32, snd_wnd) 283 __entry->snd_wnd = tp->snd_wnd; 294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
| /Linux-v5.15/include/linux/qed/ |
| D | tcp_common.h | 104 __le32 snd_wnd; member 235 __le32 snd_wnd; member
|
| D | qed_iscsi_if.h | 72 u32 snd_wnd; member
|
| /Linux-v5.15/net/ipv4/ |
| D | tcp_fastopen.c | 274 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child() 275 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
|
| D | tcp_timer.c | 121 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources() 477 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
|
| D | tcp_minisocks.c | 522 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()
|
| D | tcp.c | 3086 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 3096 tp->snd_wnd = opt.snd_wnd; in tcp_repair_set_window() 3793 info->tcpi_snd_wnd = tp->snd_wnd; in tcp_get_info() 4073 opt.snd_wnd = tp->snd_wnd; in do_tcp_getsockopt()
|
| D | tcp_input.c | 3495 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window() 3537 if (tp->snd_wnd != nwin) { in tcp_ack_update_window() 3538 tp->snd_wnd = nwin; in tcp_ack_update_window() 5997 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect() 6175 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 6279 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 6281 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process() 6472 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
|
| D | tcp_output.c | 2218 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); in tcp_tso_should_defer() 2376 if (tp->snd_wnd < size_needed) in tcp_mtu_probe() 3695 tp->snd_wnd = 0; in tcp_connect_init()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | tcp.h | 144 __u32 snd_wnd; member
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | tcp.h | 144 __u32 snd_wnd; member
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
| D | qed_iscsi.c | 76 u32 snd_wnd; member 360 p_tcp->snd_wnd = cpu_to_le32(p_conn->snd_wnd); in qed_sp_iscsi_conn_offload() 1242 con->snd_wnd = conn_info->snd_wnd; in qed_iscsi_offload_conn()
|
| /Linux-v5.15/drivers/infiniband/hw/irdma/ |
| D | cm.h | 237 u32 snd_wnd; member
|
| D | cm.c | 768 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() 3288 tcp_info->snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_init_tcp_ctx()
|
| D | type.h | 947 u32 snd_wnd; member
|
| D | ctrl.c | 989 FIELD_PREP(IRDMAQPC_SNDWND, tcp->snd_wnd)); in irdma_sc_qp_setctx()
|
| /Linux-v5.15/include/linux/ |
| D | tcp.h | 205 u32 snd_wnd; /* The window we expect to receive */ member
|
| /Linux-v5.15/include/net/ |
| D | tcp.h | 687 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument 695 snd_wnd); in __tcp_fast_path_on() 700 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on() 1254 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
|
| /Linux-v5.15/net/mptcp/ |
| D | protocol.c | 1471 if (!sk_stream_memory_free(subflow->tcp_sock) || !tcp_sk(ssk)->snd_wnd) in mptcp_subflow_get_send() 1494 tcp_sk(msk->last_snd)->snd_wnd); in mptcp_subflow_get_send() 2850 WRITE_ONCE(msk->wnd_end, msk->snd_nxt + tcp_sk(ssk)->snd_wnd); in mptcp_rcv_space_init()
|
| D | options.c | 1028 new_wnd_end = new_snd_una + tcp_sk(ssk)->snd_wnd; in ack_update_msk()
|
| /Linux-v5.15/Documentation/trace/ |
| D | histogram.rst | 2296 onchange($cwnd).save(snd_wnd,srtt,rcv_wnd): \ 2310 changed: 10 snd_wnd: 35456 srtt: 154262 rcv_wnd: 42112 2313 changed: 10 snd_wnd: 28960 srtt: 19604 rcv_wnd: 29312 2316 changed: 10 snd_wnd: 48384 srtt: 260444 rcv_wnd: 55168 2319 changed: 10 snd_wnd: 26960 srtt: 17379 rcv_wnd: 28800 2350 …32 snd_nxt=0xe3ae2ff5 snd_una=0xe3ae2ecd snd_cwnd=10 ssthresh=2147483647 snd_wnd=28960 srtt=19604 …
|