Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dcore.c224 unsigned int i, j, skip = 0, hook_entries; in __nf_hook_entries_try_shrink() local
239 hook_entries = old->num_hook_entries; in __nf_hook_entries_try_shrink()
240 if (skip == hook_entries) in __nf_hook_entries_try_shrink()
246 hook_entries -= skip; in __nf_hook_entries_try_shrink()
247 new = allocate_hook_entries_size(hook_entries); in __nf_hook_entries_try_shrink()
/Linux-v4.19/net/ipv4/netfilter/
Darp_tables.c452 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument
480 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks()
481 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
Dip_tables.c595 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument
623 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks()
624 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c613 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument
641 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks()
642 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks()