Searched refs:snd_wnd (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/net/ipv4/ |
D | tcp_probe.c | 60 u32 snd_wnd; member 116 p->snd_wnd = tp->snd_wnd; in jtcp_rcv_established() 164 p->snd_cwnd, p->ssthresh, p->snd_wnd, p->srtt); in tcpprobe_sprint()
|
D | tcp_timer.c | 88 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources() 330 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
|
D | tcp_minisocks.c | 531 newtp->snd_wnd = (ntohs(tcp_hdr(skb)->window) << in tcp_create_openreq_child() 533 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
|
D | tcp_input.c | 3431 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window() 3453 if (tp->snd_wnd != nwin) { in tcp_ack_update_window() 3454 tp->snd_wnd = nwin; in tcp_ack_update_window() 5520 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 5597 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_rcv_synsent_state_process() 5672 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 5674 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process() 5805 tp->snd_wnd = ntohs(th->window) << in tcp_rcv_state_process()
|
D | tcp_output.c | 1565 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); in tcp_tso_should_defer() 1637 if (tp->snd_wnd < size_needed) in tcp_mtu_probe() 2593 tp->snd_wnd = 0; in tcp_connect_init()
|
/linux-2.6.39/drivers/infiniband/hw/nes/ |
D | nes_context.h | 57 __le32 snd_wnd; member
|
D | nes_cm.h | 234 u32 snd_wnd; member
|
D | nes_cm.c | 1821 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->window) << in handle_tcp_options() 1824 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd) in handle_tcp_options() 1825 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd; in handle_tcp_options() 2080 cm_node->tcp_cntxt.snd_wnd = in mini_cm_connect() 2082 loopbackremotenode->tcp_cntxt.snd_wnd = in mini_cm_connect() 2486 nesqp->nesqp_context->snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.snd_wnd); in nes_cm_init_tsa_conn() 2507 nes_debug(NES_DBG_CM, " snd_wnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->snd_wnd)); in nes_cm_init_tsa_conn()
|
/linux-2.6.39/include/net/ |
D | tcp.h | 523 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument 527 snd_wnd); in __tcp_fast_path_on() 532 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on() 822 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
|
/linux-2.6.39/include/linux/ |
D | tcp.h | 336 u32 snd_wnd; /* The window we expect to receive */ member
|