Searched refs:replace_table (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | arp_tables.c | 719 static struct arpt_table_info *replace_table(struct arpt_table *table, in replace_table() function 923 oldinfo = replace_table(t, tmp.num_counters, newinfo, &ret); in do_replace() 1190 if (!replace_table(table, 0, newinfo, &ret)) in arpt_register_table()
|
D | ip_tables.c | 877 replace_table(struct ipt_table *table, in replace_table() function 1118 oldinfo = replace_table(t, tmp.num_counters, newinfo, &ret); in do_replace() 1428 if (!replace_table(table, 0, newinfo, &ret)) in ipt_register_table()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 962 replace_table(struct ip6t_table *table, in replace_table() function 1199 oldinfo = replace_table(t, tmp.num_counters, newinfo, &ret); in do_replace() 1509 if (!replace_table(table, 0, newinfo, &ret)) in ip6t_register_table()
|