Searched refs:table_base (Results 1 – 3 of 3) sorted by relevance
191 const void *table_base; in arpt_do_table() local212 table_base = private->entries; in arpt_do_table()218 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table()254 e = get_entry(table_base, in arpt_do_table()262 if (table_base + v in arpt_do_table()271 e = get_entry(table_base, v); in arpt_do_table()
243 const void *table_base; in ipt_do_table() local280 table_base = private->entries; in ipt_do_table()293 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()339 e = get_entry(table_base, in ipt_do_table()347 if (table_base + v != ipt_next_entry(e) && in ipt_do_table()356 e = get_entry(table_base, v); in ipt_do_table()
276 const void *table_base; in ip6t_do_table() local311 table_base = private->entries; in ip6t_do_table()324 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()371 e = get_entry(table_base, in ip6t_do_table()377 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table()386 e = get_entry(table_base, v); in ip6t_do_table()