Lines Matching defs:table
24 * It allows to use direct table lookups, instead of hash tables.
37 struct route4_bucket __rcu *table[256 + 1];
164 b = rcu_dereference_bh(head->table[h]);
232 b = rtnl_dereference(head->table[h1]);
289 b = rtnl_dereference(head->table[h1]);
306 RCU_INIT_POINTER(head->table[h1], NULL);
358 RCU_INIT_POINTER(head->table[to_hash(h)], NULL);
367 if (rcu_access_pointer(head->table[h1])) {
435 b = rtnl_dereference(head->table[h1]);
441 rcu_assign_pointer(head->table[h1], b);
543 b = rtnl_dereference(head->table[th]);
582 struct route4_bucket *b = rtnl_dereference(head->table[h]);