ipip: Add gro callbacks to ipip offload
[cascardo/linux.git] / net / ipv4 / tcp_minisocks.c
index 1649988..a058f41 100644 (file)
@@ -232,7 +232,7 @@ kill:
                u32 isn = tcptw->tw_snd_nxt + 65535 + 2;
                if (isn == 0)
                        isn++;
-               TCP_SKB_CB(skb)->when = isn;
+               TCP_SKB_CB(skb)->tcp_tw_isn = isn;
                return TCP_TW_SYN;
        }