Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c519 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()
H A Dtcp_input.c6393 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_synsent_state_process()
6722 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_state_process()
H A Dtcp_output.c3823 tcp_init_wl(tp, 0); in tcp_connect_init()
/openbmc/linux/include/net/
H A Dtcp.h1393 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl() function