Searched refs:twsk_unique (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/include/net/ |
| D | timewait_sock.h | 22 int (*twsk_unique)(struct sock *sk, member 27 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() function 29 if (sk->sk_prot->twsk_prot->twsk_unique != NULL) in twsk_unique() 30 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
|
| /linux-4.4.14/net/ipv6/ |
| D | inet6_hashtables.c | 222 if (twsk_unique(sk, sk2, twp)) in __inet6_check_established()
|
| D | tcp_ipv6.c | 1569 .twsk_unique = tcp_twsk_unique,
|
| /linux-4.4.14/net/ipv4/ |
| D | inet_hashtables.c | 363 if (twsk_unique(sk, sk2, twp)) in __inet_check_established()
|
| D | tcp_ipv4.c | 1724 .twsk_unique = tcp_twsk_unique,
|