diff options
| author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-12-14 02:25:31 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 16:10:55 -0500 |
| commit | a7f5e7f164788a22eb5d3de8e2d3cee1bf58fdca (patch) | |
| tree | 809ed01d61aa9548124b9958a5a500068b1db670 /include/net | |
| parent | 6d6ee43e0b8b8d4847627fd43739b98ec2b9404f (diff) | |
[INET]: Generalise tcp_v4_hash_connect
Renaming it to inet_hash_connect, making it possible to ditch
dccp_v4_hash_connect and share the same code with TCP instead.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/inet_hashtables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/inet_hashtables.h b/include/net/inet_hashtables.h index 07840baa9341..c83baa79f66e 100644 --- a/include/net/inet_hashtables.h +++ b/include/net/inet_hashtables.h | |||
| @@ -434,4 +434,7 @@ static inline struct sock *inet_lookup(struct inet_hashinfo *hashinfo, | |||
| 434 | 434 | ||
| 435 | return sk; | 435 | return sk; |
| 436 | } | 436 | } |
| 437 | |||
| 438 | extern int inet_hash_connect(struct inet_timewait_death_row *death_row, | ||
| 439 | struct sock *sk); | ||
| 437 | #endif /* _INET_HASHTABLES_H */ | 440 | #endif /* _INET_HASHTABLES_H */ |
