Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dtcp.h1388 tp->snd_wl1 = seq; in tcp_init_wl()
1393 tp->snd_wl1 = seq; in tcp_update_wl()
Dsock.h310 __u32 snd_wl1; /* Sequence for window update */ member
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c2462 after(ack_seq, tp->snd_wl1) || in tcp_may_update_window()
2463 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd)); in tcp_may_update_window()
4391 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
4512 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()