Searched refs:__fib_new_table (Results 1 – 3 of 3) sorted by relevance
175 extern struct fib_table *__fib_new_table(int id);191 return fib_tables[id] ? : __fib_new_table(id); in fib_new_table()
148 return __fib_new_table(id); in fib_empty_table()
63 struct fib_table *__fib_new_table(int id) in __fib_new_table() function