Searched refs:underflow (Results 1 – 5 of 5) sorted by relevance
247 private->underflow[hook]); in arpt_do_table()489 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()535 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()548 repl->underflow, in translate_table()757 if (info->underflow[i] && in compat_calc_entry()758 (e < (struct arpt_entry *)(base + info->underflow[i]))) in compat_calc_entry()759 newinfo->underflow[i] -= off; in compat_calc_entry()825 memcpy(info.underflow, private->underflow, in get_info()826 sizeof(info.underflow)); in get_info()1057 u32 underflow[NF_ARP_NUMHOOKS]; member[all …]
323 private->underflow[hook]); in ipt_do_table()626 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()676 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()688 repl->underflow, in translate_table()914 if (info->underflow[i] && in compat_calc_entry()915 (e < (struct ipt_entry *)(base + info->underflow[i]))) in compat_calc_entry()916 newinfo->underflow[i] -= off; in compat_calc_entry()982 memcpy(info.underflow, private->underflow, in get_info()983 sizeof(info.underflow)); in get_info()1211 u32 underflow[NF_INET_NUMHOOKS]; member[all …]
347 private->underflow[hook]); in ip6t_do_table()645 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()694 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()706 repl->underflow, in translate_table()931 if (info->underflow[i] && in compat_calc_entry()932 (e < (struct ip6t_entry *)(base + info->underflow[i]))) in compat_calc_entry()933 newinfo->underflow[i] -= off; in compat_calc_entry()999 memcpy(info.underflow, private->underflow, in get_info()1000 sizeof(info.underflow)); in get_info()1228 u32 underflow[NF_INET_NUMHOOKS]; member[all …]
42 tbl->repl.underflow[hooknum] = bytes; \
570 BUILD_BUG_ON(ARRAY_SIZE(info->hook_entry) != ARRAY_SIZE(info->underflow)); in xt_check_table_hooks()581 if (info->underflow[i] == 0xFFFFFFFF) in xt_check_table_hooks()585 if (max_uflow > info->underflow[i]) in xt_check_table_hooks()588 if (max_uflow == info->underflow[i]) { in xt_check_table_hooks()602 max_uflow = info->underflow[i]; in xt_check_table_hooks()