Home
last modified time | relevance | path

Searched refs:sktw (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ipv4.c116 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument
119 const struct inet_timewait_sock *tw = inet_twsk(sktw); in tcp_twsk_unique()
120 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
173 if (unlikely(!refcount_inc_not_zero(&sktw->sk_refcnt))) in tcp_twsk_unique()
/linux/include/net/
H A Dtcp.h349 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);