[IPV6]: Move nextheader offset to the IP6CB
authorPatrick McHardy <kaber@trash.net>
Sat, 7 Jan 2006 07:02:34 +0000 (23:02 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 7 Jan 2006 20:57:29 +0000 (12:57 -0800)
Move nextheader offset to the IP6CB to make it possible to pass a
packet to ip6_input_finish multiple times and have it skip already
parsed headers. As a nice side effect this gets rid of the manual
hopopts skipping in ip6_input_finish.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found