Lines Matching refs:old
131 static void fib_replace_table(struct net *net, struct fib_table *old,
147 /* replace the old table in the hlist */
148 hlist_replace_rcu(&old->tb_hlist, &new->tb_hlist);
153 struct fib_table *old, *new, *main_table;
156 old = fib_get_table(net, RT_TABLE_LOCAL);
157 if (!old)
160 new = fib_trie_unmerge(old);
165 if (new == old)
169 fib_replace_table(net, old, new);
170 fib_free_table(old);
1163 /* delete the old */