Lines Matching refs:bucket
344 struct hlist_head *bucket; in mpath_lookup() local
347 bucket = &tbl->hash_buckets[mesh_table_hash(dst, sdata, tbl)]; in mpath_lookup()
348 hlist_for_each_entry_rcu(node, n, bucket, list) { in mpath_lookup()
514 struct hlist_head *bucket; in mesh_path_add() local
554 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_add()
559 hlist_for_each_entry(node, n, bucket, list) { in mesh_path_add()
566 hlist_add_head_rcu(&new_node->list, bucket); in mesh_path_add()
647 struct hlist_head *bucket; in mpp_path_add() local
683 bucket = &tbl->hash_buckets[hash_idx]; in mpp_path_add()
688 hlist_for_each_entry(node, n, bucket, list) { in mpp_path_add()
695 hlist_add_head_rcu(&new_node->list, bucket); in mpp_path_add()
871 struct hlist_head *bucket; in mesh_path_del() local
879 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_del()
882 hlist_for_each_entry(node, n, bucket, list) { in mesh_path_del()