Searched refs:bootstrap (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/netfilter/ |
D | arp_tables.c | 1517 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()
|
D | ip_tables.c | 1731 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/ |
D | x_tables.c | 1452 struct xt_table_info *bootstrap, in xt_register_table() argument 1477 table->private = bootstrap; in xt_register_table()
|
/net/ipv6/netfilter/ |
D | ip6_tables.c | 1740 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()
|