Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_context.h66 __le32 snd_wl1; member
Dnes_cm.c2747 nesqp->nesqp_context->snd_wl1 = cpu_to_le32(cm_node->tcp_cntxt.rcv_nxt); in nes_cm_init_tsa_conn()
/linux-3.4.99/include/linux/
Dtcp.h342 u32 snd_wl1; /* Sequence for window update */ member
/linux-3.4.99/include/net/
Dtcp.h892 tp->snd_wl1 = seq; in tcp_init_wl()
897 tp->snd_wl1 = seq; in tcp_update_wl()
/linux-3.4.99/net/ipv4/
Dtcp_input.c3509 after(ack_seq, tp->snd_wl1) || in tcp_may_update_window()
3510 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window()
5683 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
5848 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()