Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dsvcauth.c152 static struct hlist_head auth_domain_table[DN_HASHMAX]; variable
177 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup()
200 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_find()
234 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()

Completed in 4 milliseconds