aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-04-03 21:18:46 -0400
committerDavid S. Miller <davem@davemloft.net>2015-04-04 13:26:52 -0400
commitb85c3dc9bd5347ad9540ec8d103b7c049c48b7cd (patch)
tree181f959eaf7d8084ff33f64d3356e3213c5f01bf /include
parentnetfilter: Pass nf_hook_state through nft_set_pktinfo*(). (diff)
downloadlinux-dev-b85c3dc9bd5347ad9540ec8d103b7c049c48b7cd.tar.xz
linux-dev-b85c3dc9bd5347ad9540ec8d103b7c049c48b7cd.zip
netfilter: Pass nf_hook_state through arpt_do_table().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter_arp/arp_tables.h3
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