]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv6/syncookies.c
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / net / ipv6 / syncookies.c
index a822b880689b5fea5adeed30956afd2328a9c8b9..83cea1d39466affce703d7c1b737a386bf3faecf 100644 (file)
@@ -187,7 +187,7 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb)
                goto out;
 
        ret = NULL;
-       req = inet6_reqsk_alloc(&tcp6_request_sock_ops);
+       req = inet_reqsk_alloc(&tcp6_request_sock_ops);
        if (!req)
                goto out;