Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Darp_tables.c191 const void *table_base; in arpt_do_table() local
212 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()
Dip_tables.c243 const void *table_base; in ipt_do_table() local
280 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()
/net/ipv6/netfilter/
Dip6_tables.c276 const void *table_base; in ip6t_do_table() local
311 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()