linux/include/linux/netfilter_ipv6
Pablo Neira Ayuso 95ad2f873d netfilter: ip6_tables: ip6t_ext_hdr is now static inline
We may hit this in xt_LOG:

net/built-in.o:xt_LOG.c:function dump_ipv6_packet:
	error: undefined reference to 'ip6t_ext_hdr'

happens with these config options:

CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_IP6_NF_IPTABLES=m

ip6t_ext_hdr is fairly small and it is called in the packet path.
Make it static inline.

Reported-by: Simon Kirby <sim@netnation.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2012-04-09 16:29:34 +02:00
..
Kbuild include: replace unifdef-y with header-y 2010-08-14 22:26:51 +02:00
ip6_tables.h netfilter: ip6_tables: ip6t_ext_hdr is now static inline 2012-04-09 16:29:34 +02:00
ip6t_HL.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_LOG.h netfilter: merge ipt_LOG and ip6_LOG into xt_LOG 2012-03-07 17:40:49 +01:00
ip6t_REJECT.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_ah.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_frag.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_hl.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_ipv6header.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_mh.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_opts.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00
ip6t_rt.h netfilter: xtables: add missing header inclusions for headers_check 2011-01-20 17:50:17 +01:00