Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Darp_tables.c1548 struct xt_table *new_table; in arpt_register_table() local
1561 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
1562 if (IS_ERR(new_table)) { in arpt_register_table()
1563 ret = PTR_ERR(new_table); in arpt_register_table()
1568 WRITE_ONCE(*res, new_table); in arpt_register_table()
1572 __arpt_unregister_table(net, new_table); in arpt_register_table()
Dip_tables.c1765 struct xt_table *new_table; in ipt_register_table() local
1778 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
1779 if (IS_ERR(new_table)) { in ipt_register_table()
1780 ret = PTR_ERR(new_table); in ipt_register_table()
1785 WRITE_ONCE(*res, new_table); in ipt_register_table()
1791 __ipt_unregister_table(net, new_table); in ipt_register_table()
/net/ipv6/netfilter/
Dip6_tables.c1776 struct xt_table *new_table; in ip6t_register_table() local
1789 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
1790 if (IS_ERR(new_table)) { in ip6t_register_table()
1791 ret = PTR_ERR(new_table); in ip6t_register_table()
1796 WRITE_ONCE(*res, new_table); in ip6t_register_table()
1802 __ip6t_unregister_table(net, new_table); in ip6t_register_table()