[NETFILTER]: make ipv6_find_hdr() find transport protocol header
authorPatrick McHardy <kaber@trash.net>
Thu, 5 Jan 2006 20:21:16 +0000 (12:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2006 20:21:16 +0000 (12:21 -0800)
The original ipv6_find_hdr() finds the specified header in IPv6 packets.
This makes it possible to get transport header so that we can kill similar
loop in ip6_match_packet().

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

No differences found