]> err.no Git - linux-2.6/blobdiff - net/dccp/ipv6.c
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
[linux-2.6] / net / dccp / ipv6.c
index ad5a1c66362d53c79326e3dfea83307d329a56a6..84651bc6453b7e87fe207e1b671acdb6e3a6b16e 100644 (file)
@@ -1146,7 +1146,7 @@ static struct inet_connection_sock_af_ops dccp_ipv6_mapped = {
  */
 static int dccp_v6_init_sock(struct sock *sk)
 {
-       int err = dccp_v4_init_sock(sk);
+       int err = dccp_init_sock(sk);
 
        if (err == 0)
                inet_csk(sk)->icsk_af_ops = &dccp_ipv6_af_ops;
@@ -1156,7 +1156,7 @@ static int dccp_v6_init_sock(struct sock *sk)
 
 static int dccp_v6_destroy_sock(struct sock *sk)
 {
-       dccp_v4_destroy_sock(sk);
+       dccp_destroy_sock(sk);
        return inet6_destroy_sock(sk);
 }