twp               339 include/net/tcp.h int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
twp                19 include/net/timewait_sock.h 				       struct sock *sktw, void *twp);
twp                23 include/net/timewait_sock.h static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp)
twp                26 include/net/timewait_sock.h 		return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp);
twp               397 net/ipv4/inet_hashtables.c 				    struct inet_timewait_sock **twp)
twp               426 net/ipv4/inet_hashtables.c 				if (twsk_unique(sk, sk2, twp))
twp               448 net/ipv4/inet_hashtables.c 	if (twp) {
twp               449 net/ipv4/inet_hashtables.c 		*twp = tw;
twp               106 net/ipv4/tcp_ipv4.c int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp)
twp               153 net/ipv4/tcp_ipv4.c 	    (!twp || (reuse && time_after32(ktime_get_seconds(),
twp               202 net/ipv6/inet6_hashtables.c 				     struct inet_timewait_sock **twp)
twp               230 net/ipv6/inet6_hashtables.c 				if (twsk_unique(sk, sk2, twp))
twp               252 net/ipv6/inet6_hashtables.c 	if (twp) {
twp               253 net/ipv6/inet6_hashtables.c 		*twp = tw;