Searched refs:local_table (Results 1 – 4 of 4) sorted by relevance
54 struct fib_table *local_table; variable92 flushed += local_table->tb_flush(local_table); in fib_flush()157 if (!local_table || local_table->tb_lookup(local_table, &key, &res)) { in ip_dev_find()188 if (local_table) { in inet_addr_type()190 if (local_table->tb_lookup(local_table, &key, &res) == 0) { in inet_addr_type()651 local_table = fib_hash_init(RT_TABLE_LOCAL); in ip_fib_init()
140 extern struct fib_table *local_table;147 return local_table; in fib_get_table()157 if (local_table->tb_lookup(local_table, key, res) && in fib_lookup()170 #define local_table (fib_tables[RT_TABLE_LOCAL]) macro
98 *local_table, u16 rc);
798 *local_table, u16 rc) in vio_lookup_rc()803 if (local_table) in vio_lookup_rc()804 for (cur = local_table; cur->rc; ++cur) in vio_lookup_rc()