Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c338 static void rsc_free(struct rsc *rsci) in rsc_free() argument
340 kfree(rsci->handle.data); in rsc_free()
341 if (rsci->mechctx) in rsc_free()
342 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
343 free_svc_cred(&rsci->cred); in rsc_free()
348 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local
350 rsc_free(rsci); in rsc_put()
351 kfree(rsci); in rsc_put()
355 rsc_hash(struct rsc *rsci) in rsc_hash() argument
357 return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS); in rsc_hash()
[all …]