X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=kernel-zph.patch;h=e61e33bc2d0a9f99ca056c1f766bde576d4608e1;hb=4844c71c2bbb18a1e9a310fb10fde33068bf5d09;hp=6527719a0db0b790fef81b36cd72a303d1038a4b;hpb=eea7c745e0dc334eee3ef26329b62f99bcc1e306;p=packages%2Fkernel.git diff --git a/kernel-zph.patch b/kernel-zph.patch index 6527719a..e61e33bc 100644 --- a/kernel-zph.patch +++ b/kernel-zph.patch @@ -48,10 +48,9 @@ diff -Nur linux-2.6.26.3/net/ipv4/tcp_input.c linux-2.6.26.3-zph/net/ipv4/tcp_in /* Queue data for delivery to the user. * Packets in sequence go to the receive queue. * Out of sequence packets to the out_of_order_queue. -@@ -4915,6 +4923,8 @@ +@@ -4915,5 +4923,7 @@ struct inet_connection_sock *icsk = inet_csk(sk); struct tcp_sock *tp = tcp_sk(sk); - struct tcp_cookie_values *cvp = tp->cookie_values; + struct inet_sock *inet = inet_sk(sk); + struct iphdr *iph = ip_hdr(skb); struct tcp_fastopen_cookie foc = { .len = -1 };