X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Finclude%2Flinux%2Fnetfilter_ipv6%2Fip6_tables.h;h=0f76e5c674f9920ecc8ccb56635fa4353ea2136c;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=b40d2b635778372f46870d00fd06a10266359f67;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/include/linux/netfilter_ipv6/ip6_tables.h b/kernel/include/linux/netfilter_ipv6/ip6_tables.h index b40d2b635..0f76e5c67 100644 --- a/kernel/include/linux/netfilter_ipv6/ip6_tables.h +++ b/kernel/include/linux/netfilter_ipv6/ip6_tables.h @@ -30,7 +30,6 @@ extern struct xt_table *ip6t_register_table(struct net *net, const struct ip6t_replace *repl); extern void ip6t_unregister_table(struct net *net, struct xt_table *table); extern unsigned int ip6t_do_table(struct sk_buff *skb, - unsigned int hook, const struct nf_hook_state *state, struct xt_table *table);