]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv4/syncookies.c
net-tcp: Fast Open base
[karo-tx-linux.git] / net / ipv4 / syncookies.c
index eab2a7fb15d10cf7e3d9ce563b465f0e389ec559..650e1528e1e669a7828ab94bb4a5fa4bf65c1186 100644 (file)
@@ -293,7 +293,7 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
 
        /* check for timestamp cookie support */
        memset(&tcp_opt, 0, sizeof(tcp_opt));
-       tcp_parse_options(skb, &tcp_opt, &hash_location, 0);
+       tcp_parse_options(skb, &tcp_opt, &hash_location, 0, NULL);
 
        if (!cookie_check_timestamp(&tcp_opt, &ecn_ok))
                goto out;