X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fipv6%2Fsyncookies.c;h=83cea1d39466affce703d7c1b737a386bf3faecf;hb=d429a3639ca967ce2f35e3e8d4e70caec7149ded;hp=a822b880689b5fea5adeed30956afd2328a9c8b9;hpb=d5b5d9d43b5e1b1c43a00ad15a3605a41270e761;p=karo-tx-linux.git diff --git a/net/ipv6/syncookies.c b/net/ipv6/syncookies.c index a822b880689b..83cea1d39466 100644 --- a/net/ipv6/syncookies.c +++ b/net/ipv6/syncookies.c @@ -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;