net: ipv6: fix TCP early demux
authorEric Dumazet <edumazet@google.com>
Mon, 6 Aug 2012 05:09:33 +0000 (05:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Aug 2012 20:33:21 +0000 (13:33 -0700)
IPv6 needs a cookie in dst_check() call.

We need to add rx_dst_cookie and provide a family independent
sk_rx_dst_set(sk, skb) method to properly support IPv6 TCP early demux.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found