summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_arp.c')
-rw-r--r--extensions/ebt_arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_arp.c b/extensions/ebt_arp.c
index bd6bffe..f83146a 100644
--- a/extensions/ebt_arp.c
+++ b/extensions/ebt_arp.c
@@ -174,7 +174,7 @@ static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,
static void final_check(const struct ebt_u_entry *entry,
const struct ebt_entry_match *match, const char *name,
- unsigned int hook_mask, unsigned int time)
+ unsigned int hookmask, unsigned int time)
{
if (entry->bitmask & EBT_NOPROTO || entry->bitmask & EBT_802_3 ||
(entry->ethproto != ETH_P_ARP && entry->ethproto != ETH_P_RARP) ||