Searched refs:underflow (Results 1 – 5 of 5) sorted by relevance
248 private->underflow[hook]); in arpt_do_table()490 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()536 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()549 repl->underflow, in translate_table()758 if (info->underflow[i] && in compat_calc_entry()759 (e < (struct arpt_entry *)(base + info->underflow[i]))) in compat_calc_entry()760 newinfo->underflow[i] -= off; in compat_calc_entry()825 memcpy(info.underflow, private->underflow, in get_info()826 sizeof(info.underflow)); in get_info()1059 u32 underflow[NF_ARP_NUMHOOKS]; member[all …]
322 private->underflow[hook]); in ipt_do_table()625 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()675 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()687 repl->underflow, in translate_table()913 if (info->underflow[i] && in compat_calc_entry()914 (e < (struct ipt_entry *)(base + info->underflow[i]))) in compat_calc_entry()915 newinfo->underflow[i] -= off; in compat_calc_entry()980 memcpy(info.underflow, private->underflow, in get_info()981 sizeof(info.underflow)); in get_info()1211 u32 underflow[NF_INET_NUMHOOKS]; member[all …]
345 private->underflow[hook]); in ip6t_do_table()643 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()692 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()704 repl->underflow, in translate_table()929 if (info->underflow[i] && in compat_calc_entry()930 (e < (struct ip6t_entry *)(base + info->underflow[i]))) in compat_calc_entry()931 newinfo->underflow[i] -= off; in compat_calc_entry()996 memcpy(info.underflow, private->underflow, in get_info()997 sizeof(info.underflow)); in get_info()1227 u32 underflow[NF_INET_NUMHOOKS]; member[all …]
42 tbl->repl.underflow[hooknum] = bytes; \
590 BUILD_BUG_ON(ARRAY_SIZE(info->hook_entry) != ARRAY_SIZE(info->underflow)); in xt_check_table_hooks()601 if (info->underflow[i] == 0xFFFFFFFF) in xt_check_table_hooks()605 if (max_uflow > info->underflow[i]) in xt_check_table_hooks()608 if (max_uflow == info->underflow[i]) { in xt_check_table_hooks()622 max_uflow = info->underflow[i]; in xt_check_table_hooks()