Home
last modified time | relevance | path

Searched refs:hook_entries (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/netfilter/
H A Darp_tables.c468 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument
496 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks()
497 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
H A Dip_tables.c591 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument
619 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks()
620 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c609 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument
637 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks()
638 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()