/kernel/linux/linux-6.6/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; 59 TP_printk("active=%d free=%d snd_wnd=%u pace=%u backup=%u ratio=%llu", 61 __entry->snd_wnd, __entry->pace,
|
H A D | tcp.h | 257 __field(__u32, snd_wnd) 283 __entry->snd_wnd = tp->snd_wnd; 290 TP_printk("family=%s src=%pISpc dest=%pISpc mark=%#x data_len=%d snd_nxt=%#x snd_una=%#x snd_cwnd=%u ssthresh=%u snd_wnd=%u srtt=%u rcv_wnd=%u sock_cookie=%llx", 294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | tcp.h | 247 __field(__u32, snd_wnd) 272 __entry->snd_wnd = tp->snd_wnd; 279 TP_printk("src=%pISpc dest=%pISpc mark=%#x data_len=%d snd_nxt=%#x snd_una=%#x snd_cwnd=%u ssthresh=%u snd_wnd=%u srtt=%u rcv_wnd=%u sock_cookie=%llx", 282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A 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()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 242 uint32_t snd_wnd; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A 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()
|
H A 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()
|
H A D | tcp_timer.c | 121 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources() 514 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_fastopen.c | 268 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()
|
H A D | tcp_timer.c | 123 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources() 514 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
|
H A D | tcp_minisocks.c | 549 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child() 550 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 144 __u32 snd_wnd; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 160 __u32 snd_wnd; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 144 __u32 snd_wnd; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 105 __u32 snd_wnd; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 144 __u32 snd_wnd; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 105 __u32 snd_wnd; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 109 __u32 snd_wnd; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A 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-6.6/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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.h | 272 u32 snd_wnd; member
|