Lines Matching defs:tbl
2523 lockdep_is_held(&iter->tbl->tb6_lock));
2537 iter->w.root = &iter->tbl->tb6_root;
2546 static struct fib6_table *ipv6_route_seq_next_table(struct fib6_table *tbl,
2552 if (tbl) {
2553 h = (tbl->tb6_id & (FIB6_TABLE_HASHSZ - 1)) + 1;
2554 node = rcu_dereference_bh(hlist_next_rcu(&tbl->tb6_hlist));
2597 spin_lock_bh(&iter->tbl->tb6_lock);
2599 spin_unlock_bh(&iter->tbl->tb6_lock);
2608 iter->tbl = ipv6_route_seq_next_table(iter->tbl, net);
2609 if (!iter->tbl)
2623 iter->tbl = ipv6_route_seq_next_table(NULL, net);
2626 if (iter->tbl) {