summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net/bridge/netfilter/ebt_vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux/net/bridge/netfilter/ebt_vlan.c')
-rw-r--r--kernel/linux/net/bridge/netfilter/ebt_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/linux/net/bridge/netfilter/ebt_vlan.c b/kernel/linux/net/bridge/netfilter/ebt_vlan.c
index f7e2c16..b7fcb3f 100644
--- a/kernel/linux/net/bridge/netfilter/ebt_vlan.c
+++ b/kernel/linux/net/bridge/netfilter/ebt_vlan.c
@@ -99,7 +99,7 @@ static int ebt_filter_vlan (const struct sk_buff *skb,
* ebt_vlan_check() is called when userspace delivers the table to the kernel,
* * it is called to check that userspace doesn't give a bad table.
*/
-static int ebt_vlan_check (const char *tablename, unsigned int hooknr,
+static int ebt_vlan_check (const char *tablename, unsigned int hookmask,
const struct ebt_entry *e, void *data,
unsigned int datalen)
{