X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=net%2Fipv6%2Fsyncookies.c;h=aae3e5ca63ea9a9a7b7822d3905330562a5d8a3c;hb=25528213fe9f75f4e286f08d35a73ca2bb634a50;hp=2906ef20795e4ce2365011128c5eb9bfbcc9bdca;hpb=e6fd1fb3b5b58fcfa8e546c69d9cb64aa2c5c9b8;p=deliverable%2Flinux.git diff --git a/net/ipv6/syncookies.c b/net/ipv6/syncookies.c index 2906ef20795e..aae3e5ca63ea 100644 --- a/net/ipv6/syncookies.c +++ b/net/ipv6/syncookies.c @@ -41,8 +41,7 @@ static __u16 const msstab[] = { 9000 - 60, }; -static DEFINE_PER_CPU(__u32 [16 + 5 + SHA_WORKSPACE_WORDS], - ipv6_cookie_scratch); +static DEFINE_PER_CPU(__u32 [16 + 5 + SHA_WORKSPACE_WORDS], ipv6_cookie_scratch); static u32 cookie_hash(const struct in6_addr *saddr, const struct in6_addr *daddr, __be16 sport, __be16 dport, u32 count, int c)