Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c493 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()
H A Dtcp_input.c6173 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_synsent_state_process()
6484 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_state_process()
H A Dtcp_output.c3709 tcp_init_wl(tp, 0); in tcp_connect_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1346 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl() function