/kernel/linux/linux-5.10/include/trace/events/ |
D | tcp.h | 247 __field(__u32, snd_wnd) 272 __entry->snd_wnd = tp->snd_wnd; 282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip_input.c | 1071 newtp->snd_wnd = (ntohs(tcp_hdr(skb)->window) << in tcp_nip_create_openreq_child() 1073 newtp->max_window = newtp->snd_wnd; in tcp_nip_create_openreq_child() 1260 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_nip_may_update_window() 1275 if (tp->snd_wnd != nwin) { in tcp_nip_ack_update_window() 1276 nip_dbg("snd_wnd change [%u to %u]", tp->snd_wnd, nwin); in tcp_nip_ack_update_window() 1277 tp->snd_wnd = nwin; in tcp_nip_ack_update_window() 1933 tp->snd_wnd = ntohs(th->window); in tcp_nip_rcv_synsent_state_process() 2080 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_nip_rcv_state_process()
|
D | tcp_nip_output.c | 328 tp->snd_wnd = 0; in tcp_nip_connect_init()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
D | tcp.h | 242 uint32_t snd_wnd; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | tcp.h | 144 __u32 snd_wnd; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | tcp.h | 105 __u32 snd_wnd; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | tcp.h | 109 __u32 snd_wnd; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_fastopen.c | 285 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child() 286 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 | 2905 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 2915 tp->snd_wnd = opt.snd_wnd; in tcp_repair_set_window() 3606 info->tcpi_snd_wnd = tp->snd_wnd; in tcp_get_info() 3871 opt.snd_wnd = tp->snd_wnd; in do_tcp_getsockopt()
|
D | tcp_input.c | 3494 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window() 3536 if (tp->snd_wnd != nwin) { in tcp_ack_update_window() 3537 tp->snd_wnd = nwin; in tcp_ack_update_window() 6004 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect() 6184 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 6288 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 6290 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process() 6481 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
|
D | tcp_output.c | 2219 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); in tcp_tso_should_defer() 2377 if (tp->snd_wnd < size_needed) in tcp_mtu_probe() 3708 tp->snd_wnd = 0; in tcp_connect_init()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_cm.h | 272 u32 snd_wnd; member
|
D | i40iw_cm.c | 721 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() 2987 cm_node->tcp_cntxt.snd_wnd = loopback_remotenode->tcp_cntxt.rcv_wnd; in i40iw_create_cm_node() 2988 loopback_remotenode->tcp_cntxt.snd_wnd = cm_node->tcp_cntxt.rcv_wnd; in i40iw_create_cm_node() 3319 tcp_info->snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.snd_wnd); in i40iw_init_tcp_ctx()
|
D | i40iw_type.h | 725 u32 snd_wnd; member
|
D | i40iw_ctrl.c | 2973 LS_64(tcp->snd_wnd, I40IWQPC_SNDWND)); in i40iw_sc_qp_setctx()
|
/kernel/linux/linux-5.10/include/linux/ |
D | tcp.h | 205 u32 snd_wnd; /* The window we expect to receive */ member
|
/kernel/linux/linux-5.10/include/net/ |
D | tcp.h | 671 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument 679 snd_wnd); in __tcp_fast_path_on() 684 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on() 1260 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | histogram.rst | 2216 onchange($cwnd).save(snd_wnd,srtt,rcv_wnd): \ 2230 changed: 10 snd_wnd: 35456 srtt: 154262 rcv_wnd: 42112 2233 changed: 10 snd_wnd: 28960 srtt: 19604 rcv_wnd: 29312 2236 changed: 10 snd_wnd: 48384 srtt: 260444 rcv_wnd: 55168 2239 changed: 10 snd_wnd: 26960 srtt: 17379 rcv_wnd: 28800 2270 …32 snd_nxt=0xe3ae2ff5 snd_una=0xe3ae2ecd snd_cwnd=10 ssthresh=2147483647 snd_wnd=28960 srtt=19604 …
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | protocol.c | 1116 *sndbuf = max(tcp_sk(ssk)->snd_wnd, *sndbuf); in mptcp_subflow_get_send() 1132 *sndbuf = max(tcp_sk(ssk)->snd_wnd, *sndbuf); in mptcp_subflow_get_send()
|