Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 3 of 3) sorted by relevance

/net/ipv4/netfilter/
Darp_tables.c193 const void *table_base; in arpt_do_table() local
209 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()
Dip_tables.c234 const void *table_base; in ipt_do_table() local
262 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()
/net/ipv6/netfilter/
Dip6_tables.c257 const void *table_base; in ip6t_do_table() local
284 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()