Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Darp_tables.c1509 struct xt_table *new_table; in arpt_register_table() local
1522 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
1523 if (IS_ERR(new_table)) { in arpt_register_table()
1524 ret = PTR_ERR(new_table); in arpt_register_table()
1529 WRITE_ONCE(*res, new_table); in arpt_register_table()
1533 __arpt_unregister_table(net, new_table); in arpt_register_table()
Dip_tables.c1724 struct xt_table *new_table; in ipt_register_table() local
1737 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
1738 if (IS_ERR(new_table)) { in ipt_register_table()
1739 ret = PTR_ERR(new_table); in ipt_register_table()
1744 WRITE_ONCE(*res, new_table); in ipt_register_table()
1750 __ipt_unregister_table(net, new_table); in ipt_register_table()
/net/ipv6/netfilter/
Dip6_tables.c1735 struct xt_table *new_table; in ip6t_register_table() local
1748 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
1749 if (IS_ERR(new_table)) { in ip6t_register_table()
1750 ret = PTR_ERR(new_table); in ip6t_register_table()
1755 WRITE_ONCE(*res, new_table); in ip6t_register_table()
1761 __ip6t_unregister_table(net, new_table); in ip6t_register_table()