diff options
Diffstat (limited to 'net/ipv6/syncookies.c')
-rw-r--r-- | net/ipv6/syncookies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/syncookies.c b/net/ipv6/syncookies.c index 83cea1d39466..637de5b87589 100644 --- a/net/ipv6/syncookies.c +++ b/net/ipv6/syncookies.c | |||
@@ -67,7 +67,7 @@ static u32 cookie_hash(const struct in6_addr *saddr, const struct in6_addr *dadd | |||
67 | 67 | ||
68 | net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); | 68 | net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); |
69 | 69 | ||
70 | tmp = __get_cpu_var(ipv6_cookie_scratch); | 70 | tmp = this_cpu_ptr(ipv6_cookie_scratch); |
71 | 71 | ||
72 | /* | 72 | /* |
73 | * we have 320 bits of information to hash, copy in the remaining | 73 | * we have 320 bits of information to hash, copy in the remaining |