Lines Matching refs:namespaces
124 ns = rhashtable_lookup_fast(&nsdata->namespaces, &id, rht_ns_params);
151 err = rhashtable_lookup_insert_fast(&nsdata->namespaces, &ns->head,
177 ns = rhashtable_lookup_fast(&nsdata->namespaces, &id, rht_ns_params);
186 err = rhashtable_remove_fast(&nsdata->namespaces, &ns->head,
259 rhashtable_walk_enter(&nsdata->namespaces, iter);
517 ns = rhashtable_lookup_fast(&nsdata->namespaces, &ns_id, rht_ns_params);
630 return rhashtable_lookup_fast(&nsdata->namespaces, &id, rht_ns_params);
910 err = rhashtable_init(&nsdata->namespaces, &rht_ns_params);
921 rhashtable_destroy(&nsdata->namespaces);
932 rhashtable_free_and_destroy(&nsdata->namespaces, ioam6_free_ns, NULL);