Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_minisocks.c585 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()
H A Dtcp_input.c6898 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_synsent_state_process()
7249 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_state_process()
/linux/include/net/
H A Dtcp.h1659 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl() function