rht_bucket_nested
struct rhash_lock_head __rcu **rht_bucket_nested(
return unlikely(tbl->nest) ? rht_bucket_nested(tbl, hash) :
EXPORT_SYMBOL_GPL(rht_bucket_nested);