[INET6]: Generalise tcp_v6_hash_connect
Renaming it to inet6_hash_connect, making it possible to ditch dccp_v6_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>
This commit is contained in:
committed by
David S. Miller
parent
a7f5e7f164
commit
d8313f5ca2
@ -527,6 +527,9 @@ extern int inet6_getname(struct socket *sock, struct sockaddr *uaddr,
|
||||
extern int inet6_ioctl(struct socket *sock, unsigned int cmd,
|
||||
unsigned long arg);
|
||||
|
||||
extern int inet6_hash_connect(struct inet_timewait_death_row *death_row,
|
||||
struct sock *sk);
|
||||
|
||||
/*
|
||||
* reassembly.c
|
||||
*/
|
||||
|
Reference in New Issue
Block a user