Searched refs:sktw (Results 1 – 3 of 3) sorted by relevance
22 struct sock *sktw, void *twp);27 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() argument30 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
329 extern int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
114 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument116 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()138 sock_hold(sktw); in tcp_twsk_unique()