Searched refs:snd_wl1 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_context.h66 __le32 snd_wl1; member in struct:nes_qp_context
H A Dnes_cm.c2493 nesqp->nesqp_context->snd_wl1 = cpu_to_le32(cm_node->tcp_cntxt.rcv_nxt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h334 u32 snd_wl1; /* Sequence for window update */ 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.h840 tp->snd_wl1 = seq;
845 tp->snd_wl1 = seq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_input.c3429 after(ack_seq, tp->snd_wl1) ||
3430 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd));
5501 tp->snd_wl1 = TCP_SKB_CB(skb)->seq;
5666 tp->snd_wl1 = TCP_SKB_CB(skb)->seq;

Completed in 180 milliseconds