Searched refs:snd_wnd (Results 1 – 17 of 17) sorted by relevance
| /linux/include/trace/events/ |
| H A 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,
|
| H A D | tcp.h | 386 __field(__u32, snd_wnd) 414 __entry->snd_wnd = tp->snd_wnd; 428 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
| /linux/include/linux/qed/ |
| H A D | tcp_common.h | 104 __le32 snd_wnd; member 235 __le32 snd_wnd; member
|
| H A D | qed_iscsi_if.h | 72 u32 snd_wnd; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | tcp.h | 144 __u32 snd_wnd; member
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_iscsi.c | 77 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/drivers/infiniband/hw/irdma/ |
| H A D | cm.h | 229 u32 snd_wnd; member
|
| H A 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() 3340 tcp_info->snd_wnd = cm_node->tcp_cntxt.snd_wnd; in irdma_init_tcp_ctx()
|
| H A D | type.h | 1052 u32 snd_wnd; member
|
| H A D | ctrl.c | 1403 FIELD_PREP(IRDMAQPC_SNDWND, tcp->snd_wnd)); in irdma_sc_qp_setctx()
|
| /linux/include/net/ |
| H A D | tcp.h | 1465 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end() 1823 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument 1838 snd_wnd); in __tcp_fast_path_on() 1843 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 3515 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 3525 tp->snd_wnd = opt.snd_wnd; in tcp_repair_set_window() 4314 info->tcpi_snd_wnd = tp->snd_wnd; 4622 opt.snd_wnd = tp->snd_wnd; in do_tcp_getsockopt() 5126 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_txrx, snd_wnd); in tcp_struct_check()
|
| H A D | tcp_input.c | 3683 (ack_seq == tp->snd_wl1 && (nwin > tp->snd_wnd || !nwin)); in tcp_may_update_window() 3761 if (tp->snd_wnd != nwin) { in tcp_ack_update_window() 3762 tp->snd_wnd = nwin; in tcp_ack_update_window() 6545 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect() 6730 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 6842 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 6844 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process() 7065 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
|
| H A D | tcp_output.c | 2416 u32 chunk = min(tp->snd_wnd, tcp_snd_cwnd(tp) * tp->mss_cache); in tcp_tso_should_defer() 2650 if (tp->snd_wnd < size_needed) in tcp_mtu_probe() 4120 tp->snd_wnd = 0; in tcp_connect_init()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1178 if (unlikely(tcp_sk(ssk)->snd_wnd < mptcp_snd_wnd)) { in mptcp_check_allowed_size() 1179 tcp_sk(ssk)->snd_wnd = min_t(u64, U32_MAX, mptcp_snd_wnd); in mptcp_check_allowed_size() 3516 WRITE_ONCE(msk->wnd_end, msk->snd_nxt + tcp_sk(ssk)->snd_wnd); in mptcp_sk_clone_init()
|
| H A D | options.c | 1093 new_wnd_end = new_snd_una + tcp_sk(ssk)->snd_wnd; in ack_update_msk()
|
| H A D | subflow.c | 515 WRITE_ONCE(msk->wnd_end, subflow->idsn + 1 + tcp_sk(ssk)->snd_wnd); in mptcp_propagate_state()
|