Lines Matching defs:table
147 /* replace the old table in the hlist */
155 /* attempt to fetch local table if it has been allocated */
164 /* table is already unmerged */
168 /* replace merged table with clean table */
172 /* attempt to fetch main table if it has been allocated */
177 /* flush local entries from main table */
212 struct fib_table *table;
221 table = fib_get_table(net, tb_id);
222 if (table) {
224 if (!fib_table_lookup(table, &fl4, &res, FIB_LOOKUP_NOREF)) {
257 /* inet_addr_type with dev == NULL but using the table from a dev
864 NL_SET_ERR_MSG(extack, "FIB table does not exist");
1005 NL_SET_ERR_MSG(cb->extack, "ipv4: FIB table does not exist");
1561 * local table, ID 255, is destroyed before the main table, ID
1562 * 254. This is necessary as the local table may contain
1563 * references to data contained in the main table.