Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_minisocks.c493 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()
Dtcp_input.c6104 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_synsent_state_process()
6415 tcp_init_wl(tp, TCP_SKB_CB(skb)->seq); in tcp_rcv_state_process()
Dtcp_output.c3694 tcp_init_wl(tp, 0); in tcp_connect_init()
/Linux-v5.10/include/net/
Dtcp.h1336 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl() function