Searched refs:bootstrap (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/netfilter/ |
D | arp_tables.c | 1508 struct xt_table_info bootstrap = {0}; in arpt_register_table() local 1525 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
|
D | ip_tables.c | 1724 struct xt_table_info bootstrap = {0}; in ipt_register_table() local 1741 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 | 1734 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local 1751 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
|