Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dmptcp.h27 __field(u32, snd_wnd)
46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd;
49 __entry->snd_wnd = 0;
59 TP_printk("active=%d free=%d snd_wnd=%u pace=%u backup=%u ratio=%llu",
61 __entry->snd_wnd, __entry->pace,
/linux/include/linux/qed/
H A Dtcp_common.h104 __le32 snd_wnd; member
235 __le32 snd_wnd; member
H A Dqed_iscsi_if.h72 u32 snd_wnd; member
/linux/net/ipv4/
H A Dtcp_fastopen.c270 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child()
271 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
H A Dtcp_timer.c124 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources()
558 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
H A Dtcp_minisocks.c588 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child()
589 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
H A Dtcp.c3480 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()
3490 tp->snd_wnd = opt.snd_wnd; in tcp_repair_set_window()
4255 info->tcpi_snd_wnd = tp->snd_wnd; in tcp_get_info()
4550 opt.snd_wnd = tp->snd_wnd; in do_tcp_getsockopt()
5063 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_txrx, snd_wnd); in tcp_struct_check()
H A Dtcp_input.c3504 (ack_seq == tp->snd_wl1 && (nwin > tp->snd_wnd || !nwin)); in tcp_may_update_window()
3582 if (tp->snd_wnd != nwin) { in tcp_ack_update_window()
3583 tp->snd_wnd = nwin; in tcp_ack_update_window()
6064 /* pred_flags is 0xS?10 << 16 + snd_wnd in tcp_rcv_established()
6287 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect()
6470 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process()
6582 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process()
6584 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
6805 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
H A Dtcp_output.c2262 u32 chunk = min(tp->snd_wnd, tcp_snd_cwnd(tp) * tp->mss_cache); in tcp_tso_should_defer()
2486 if (tp->snd_wnd < size_needed) in tcp_mtu_probe()
3942 tp->snd_wnd = 0; in tcp_connect_init()
/linux/tools/include/uapi/linux/
H A Dtcp.h144 __u32 snd_wnd; member
/linux/drivers/net/ethernet/qlogic/qed/
H 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()
1242 con->snd_wnd = conn_info->snd_wnd; in qed_iscsi_offload_conn()
/linux/include/uapi/linux/
H A Dtcp.h157 __u32 snd_wnd; member
/linux/drivers/infiniband/hw/irdma/
H A Dcm.h229 u32 snd_wnd; member
H 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()
3340 tcp_info->snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_init_tcp_ctx()
H A Dtype.h908 u32 snd_wnd; member
H A Dctrl.c1008 FIELD_PREP(IRDMAQPC_SNDWND, tcp->snd_wnd)); in irdma_sc_qp_setctx()
/linux/include/linux/
H A Dtcp.h217 u32 snd_wnd; /* The window we expect to receive */ member
286 * 0x5?10 << 16 + snd_wnd in net byte order
/linux/net/mptcp/
H A Dprotocol.c1080 if (unlikely(tcp_sk(ssk)->snd_wnd < mptcp_snd_wnd)) { in mptcp_check_allowed_size()
1081 tcp_sk(ssk)->snd_wnd = min_t(u64, U32_MAX, mptcp_snd_wnd); in mptcp_check_allowed_size()
3281 WRITE_ONCE(msk->wnd_end, msk->snd_nxt + tcp_sk(ssk)->snd_wnd); in mptcp_sk_clone_init()
H A Doptions.c1065 new_wnd_end = new_snd_una + tcp_sk(ssk)->snd_wnd; in ack_update_msk()
H A Dsubflow.c512 WRITE_ONCE(msk->wnd_end, subflow->idsn + 1 + tcp_sk(ssk)->snd_wnd); in mptcp_propagate_state()
/linux/Documentation/trace/
H 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 <idle>-0 [004] ..s7 49.823798: tcp_probe: src=10.0.0.10:54326 dest=23.215.104.193:80 mark=0x0 length=32 snd_nxt=0xe3ae2ff5 snd_una=0xe3ae2ecd snd_cwnd=10 ssthresh=2147483647 snd_wnd=28960 srtt=19604 rcv_wnd=29312