Lines Matching defs:alias
368 /* link leaf to fib alias */
976 /* Return the first fib alias matching TOS with
979 * fib alias, regardless of TOS and priority.
1199 /* Now fa, if non-NULL, points to the first fib alias
1205 * of the new alias.
1332 /* The alias was already inserted, so the node must exist. */
1953 /* if alias was cloned to local then we just
2368 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias)
2374 if (!alias)
2383 tb->tb_data = (alias ? alias->__data : tb->__data);
2385 if (alias)