Searched refs:twsk_unique (Results 1 – 1 of 1) sorted by relevance
22 int (*twsk_unique)(struct sock *sk, member27 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() function29 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()