Searched refs:underflows (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | arp_tables.c | 579 const unsigned int *underflows, in check_entry_size_and_hooks() argument 601 if ((unsigned char *)e - base == underflows[h]) in check_entry_size_and_hooks() 602 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 642 const unsigned int *underflows) in translate_table() argument 665 hook_entries, underflows, &i); in translate_table() 688 i, underflows[i]); in translate_table()
|
D | ip_tables.c | 737 const unsigned int *underflows, in check_entry_size_and_hooks() argument 759 if ((unsigned char *)e - base == underflows[h]) in check_entry_size_and_hooks() 760 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 803 const unsigned int *underflows) in translate_table() argument 825 hook_entries, underflows, &i); in translate_table() 847 i, underflows[i]); in translate_table()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 822 const unsigned int *underflows, in check_entry_size_and_hooks() argument 844 if ((unsigned char *)e - base == underflows[h]) in check_entry_size_and_hooks() 845 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 888 const unsigned int *underflows) in translate_table() argument 910 hook_entries, underflows, &i); in translate_table() 932 i, underflows[i]); in translate_table()
|