[IPV6]: Make ipv6_frag_rcv return the same packet
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 15 Oct 2007 08:28:47 +0000 (01:28 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 15 Oct 2007 19:26:30 +0000 (12:26 -0700)
commitf61944efdf0d2569721ed6d7b0445e9f1214b295
treef29293ab16b6fec87fc08ca5b42b4839e125b543
parent3db05fea51cdb162cfa8f69e9cfb9e228919d2a9
[IPV6]: Make ipv6_frag_rcv return the same packet

This patch implements the same change taht was done to ip_defrag.  It
makes ipv6_frag_rcv return the last packet received of a train of fragments
rather than the head of that sequence.

This allows us to get rid of the sk_buff ** argument later.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c