Searched refs:snd_wnd (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_probe.c60 u32 snd_wnd; member in struct:tcp_log
116 p->snd_wnd = tp->snd_wnd;
164 p->snd_cwnd, p->ssthresh, p->snd_wnd, p->srtt);
H A Dtcp_timer.c88 (!tp->snd_wnd && !tp->packets_out))
314 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) &&
H A Dtcp_minisocks.c486 newtp->snd_wnd = (ntohs(tcp_hdr(skb)->window) <<
488 newtp->max_window = newtp->snd_wnd;
H A Dtcp_input.c3430 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd));
3452 if (tp->snd_wnd != nwin) {
3453 tp->snd_wnd = nwin;
5248 /* pred_flags is 0xS?10 << 16 + snd_wnd
5513 tp->snd_wnd = ntohs(th->window);
5590 __tcp_fast_path_on(tp, tp->snd_wnd);
5665 tp->snd_wnd = ntohs(th->window);
5667 tp->max_window = tp->snd_wnd;
5785 tp->snd_wnd = ntohs(th->window) <<
H A Dtcp_output.c1561 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache);
1633 if (tp->snd_wnd < size_needed)
2578 tp->snd_wnd = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_context.h57 __le32 snd_wnd; member in struct:nes_qp_context
H A Dnes_cm.h234 u32 snd_wnd; member in struct:nes_cm_tcp_context
H A Dnes_cm.c1818 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->window) <<
1821 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd)
1822 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd;
2077 cm_node->tcp_cntxt.snd_wnd =
2079 loopbackremotenode->tcp_cntxt.snd_wnd =
2483 nesqp->nesqp_context->snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.snd_wnd);
2504 nes_debug(NES_DBG_CM, " snd_wnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->snd_wnd));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h299 * 0x5?10 << 16 + snd_wnd in net byte order
335 u32 snd_wnd; /* The window we expect to receive */ member in struct:tcp_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h524 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) argument
528 snd_wnd);
533 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale);
817 return tp->snd_una + tp->snd_wnd;

Completed in 197 milliseconds