Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtimewait_sock.h19 struct sock *sktw, void *twp);
23 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() argument
26 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
H A Dtcp.h346 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c112 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument
115 const struct inet_timewait_sock *tw = inet_twsk(sktw); in tcp_twsk_unique()
116 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
165 if (unlikely(!refcount_inc_not_zero(&sktw->sk_refcnt))) in tcp_twsk_unique()