linux/net/ipv6/netfilter
Arnaldo Carvalho de Melo 1ced98e81d [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull
Now related to this form:

skb->nh.ipv6h = (struct ipv6hdr *)skb_put(skb, length);

That, as the others, is done when skb->tail is still equal to skb->data, making
the conversion to skb_reset_network_header possible.

Also one more case equivalent to skb->nh.raw = skb->data, of this form:

iph = (struct ipv6hdr *)skb->data;
<SNIP>
skb->nh.ipv6h = iph;

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:24:54 -07:00
..
Kconfig
Makefile
ip6_queue.c [NET]: convert network timestamps to ktime_t 2007-04-25 22:23:34 -07:00
ip6_tables.c
ip6t_HL.c
ip6t_LOG.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
ip6t_REJECT.c [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull 2007-04-25 22:24:54 -07:00
ip6t_ah.c
ip6t_eui64.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
ip6t_frag.c
ip6t_hbh.c
ip6t_hl.c
ip6t_ipv6header.c
ip6t_mh.c
ip6t_owner.c
ip6t_rt.c
ip6table_filter.c
ip6table_mangle.c
ip6table_raw.c
nf_conntrack_l3proto_ipv6.c
nf_conntrack_proto_icmpv6.c
nf_conntrack_reasm.c [NET]: convert network timestamps to ktime_t 2007-04-25 22:23:34 -07:00