sktw 339 include/net/tcp.h int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp); sktw 19 include/net/timewait_sock.h struct sock *sktw, void *twp); sktw 23 include/net/timewait_sock.h static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) sktw 26 include/net/timewait_sock.h return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); sktw 106 net/ipv4/tcp_ipv4.c int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) sktw 108 net/ipv4/tcp_ipv4.c const struct inet_timewait_sock *tw = inet_twsk(sktw); sktw 109 net/ipv4/tcp_ipv4.c const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); sktw 175 net/ipv4/tcp_ipv4.c sock_hold(sktw);