Searched refs:cr_hash (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth.c127 cred = hlist_entry(head->first, struct rpc_cred, cr_hash);
128 hlist_del_init(&cred->cr_hash);
149 cred = hlist_entry(pos, struct rpc_cred, cr_hash);
150 __hlist_del(&cred->cr_hash);
151 hlist_add_head(&cred->cr_hash, &free);
166 __hlist_del(&cred->cr_hash);
167 hlist_add_head(&cred->cr_hash, free);
185 cred = hlist_entry(pos, struct rpc_cred, cr_hash);
214 entry = hlist_entry(pos, struct rpc_cred, cr_hash);
216 hlist_del(&entry->cr_hash);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h33 struct hlist_node cr_hash; /* hash chain */ member in struct:rpc_cred

Completed in 22 milliseconds