diff options
Diffstat (limited to 'include/net/inet_hashtables.h')
-rw-r--r-- | include/net/inet_hashtables.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/inet_hashtables.h b/include/net/inet_hashtables.h index 761bdc01425d..a34a8f25fc57 100644 --- a/include/net/inet_hashtables.h +++ b/include/net/inet_hashtables.h | |||
@@ -413,6 +413,11 @@ static inline struct sock *inet_lookup(struct inet_hashinfo *hashinfo, | |||
413 | return sk; | 413 | return sk; |
414 | } | 414 | } |
415 | 415 | ||
416 | extern int __inet_hash_connect(struct inet_timewait_death_row *death_row, | ||
417 | struct sock *sk, | ||
418 | int (*check_established)(struct inet_timewait_death_row *, | ||
419 | struct sock *, __u16, struct inet_timewait_sock **), | ||
420 | void (*hash)(struct inet_hashinfo *, struct sock *)); | ||
416 | extern int inet_hash_connect(struct inet_timewait_death_row *death_row, | 421 | extern int inet_hash_connect(struct inet_timewait_death_row *death_row, |
417 | struct sock *sk); | 422 | struct sock *sk); |
418 | #endif /* _INET_HASHTABLES_H */ | 423 | #endif /* _INET_HASHTABLES_H */ |