Searched refs:table_base (Results 1 – 3 of 3) sorted by relevance
193 const void *table_base; in arpt_do_table() local209 table_base = private->entries; in arpt_do_table()215 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table()247 e = get_entry(table_base, in arpt_do_table()255 if (table_base + v in arpt_do_table()264 e = get_entry(table_base, v); in arpt_do_table()
234 const void *table_base; in ipt_do_table() local262 table_base = private->entries; in ipt_do_table()275 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()321 e = get_entry(table_base, in ipt_do_table()329 if (table_base + v != ipt_next_entry(e) && in ipt_do_table()338 e = get_entry(table_base, v); in ipt_do_table()
257 const void *table_base; in ip6t_do_table() local284 table_base = private->entries; in ip6t_do_table()297 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()344 e = get_entry(table_base, in ip6t_do_table()350 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table()359 e = get_entry(table_base, v); in ip6t_do_table()