Home
last modified time | relevance | path

Searched refs:auth_domain_table (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/net/sunrpc/
Dsvcauth.c175 static struct hlist_head auth_domain_table[DN_HASHMAX]; variable
200 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup()
223 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_find()
257 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()