Searched refs:hook_entries (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 563 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument 586 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks() 587 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 1218 const unsigned int *hook_entries, in check_compat_entry_size_and_hooks() argument 1268 if ((unsigned char *)e - base == hook_entries[h]) in check_compat_entry_size_and_hooks() 1269 newinfo->hook_entry[h] = hook_entries[h]; in check_compat_entry_size_and_hooks() 1326 unsigned int *hook_entries, in translate_compat_table() argument 1357 hook_entries, in translate_compat_table() 1379 i, hook_entries[i]); in translate_compat_table()
|
D | ip_tables.c | 726 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument 749 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks() 750 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 1482 const unsigned int *hook_entries, in check_compat_entry_size_and_hooks() argument 1542 if ((unsigned char *)e - base == hook_entries[h]) in check_compat_entry_size_and_hooks() 1543 newinfo->hook_entry[h] = hook_entries[h]; in check_compat_entry_size_and_hooks() 1648 unsigned int *hook_entries, in translate_compat_table() argument 1679 hook_entries, in translate_compat_table() 1701 i, hook_entries[i]); in translate_compat_table()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 740 const unsigned int *hook_entries, in check_entry_size_and_hooks() argument 763 if ((unsigned char *)e - base == hook_entries[h]) in check_entry_size_and_hooks() 764 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 1497 const unsigned int *hook_entries, in check_compat_entry_size_and_hooks() argument 1557 if ((unsigned char *)e - base == hook_entries[h]) in check_compat_entry_size_and_hooks() 1558 newinfo->hook_entry[h] = hook_entries[h]; in check_compat_entry_size_and_hooks() 1661 unsigned int *hook_entries, in translate_compat_table() argument 1692 hook_entries, in translate_compat_table() 1714 i, hook_entries[i]); in translate_compat_table()
|