Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/netfilter/
Darp_tables.c1517 struct xt_table_info bootstrap = {0}; in arpt_register_table() local
1534 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
Dip_tables.c1731 struct xt_table_info bootstrap = {0}; in ipt_register_table() local
1748 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
/net/netfilter/
Dx_tables.c1452 struct xt_table_info *bootstrap, in xt_register_table() argument
1477 table->private = bootstrap; in xt_register_table()
/net/ipv6/netfilter/
Dip6_tables.c1740 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local
1757 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()