diff options
author | David S. Miller <davem@davemloft.net> | 2015-04-03 21:18:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-04 13:26:52 -0400 |
commit | b85c3dc9bd5347ad9540ec8d103b7c049c48b7cd (patch) | |
tree | 181f959eaf7d8084ff33f64d3356e3213c5f01bf /include/linux/netfilter_arp | |
parent | 073bfd56860446a2cb349bcf282fc17a36ca386c (diff) |
netfilter: Pass nf_hook_state through arpt_do_table().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter_arp')
-rw-r--r-- | include/linux/netfilter_arp/arp_tables.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/netfilter_arp/arp_tables.h b/include/linux/netfilter_arp/arp_tables.h index cfb7191e6efa..c22a7fb8d0df 100644 --- a/include/linux/netfilter_arp/arp_tables.h +++ b/include/linux/netfilter_arp/arp_tables.h @@ -54,8 +54,7 @@ extern struct xt_table *arpt_register_table(struct net *net, extern void arpt_unregister_table(struct xt_table *table); extern unsigned int arpt_do_table(struct sk_buff *skb, unsigned int hook, - const struct net_device *in, - const struct net_device *out, + const struct nf_hook_state *state, struct xt_table *table); #ifdef CONFIG_COMPAT |