Lines Matching refs:h1
235 unsigned int h1, h2; in route4_get() local
240 h1 = to_hash(handle); in route4_get()
241 if (h1 > 256) in route4_get()
248 b = rtnl_dereference(head->table[h1]); in route4_get()
283 int h1, h2; in route4_destroy() local
289 for (h1 = 0; h1 <= 256; h1++) { in route4_destroy()
290 if (rcu_access_pointer(head->table[h1])) in route4_destroy()
295 for (h1 = 0; h1 <= 256; h1++) { in route4_destroy()
298 b = rtnl_dereference(head->table[h1]); in route4_destroy()
312 RCU_INIT_POINTER(head->table[h1], NULL); in route4_destroy()
389 unsigned int h1; in route4_set_parms() local
429 h1 = to_hash(nhandle); in route4_set_parms()
430 b = rtnl_dereference(head->table[h1]); in route4_set_parms()
437 rcu_assign_pointer(head->table[h1], b); in route4_set_parms()
567 unsigned int h, h1; in route4_walk() local
579 for (h1 = 0; h1 <= 32; h1++) { in route4_walk()
582 for (f = rtnl_dereference(b->ht[h1]); in route4_walk()