Home
last modified time | relevance | path

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

/net/sunrpc/auth_gss/
Dsvcauth_gss.c356 static void rsc_free(struct rsc *rsci) in rsc_free() argument
358 kfree(rsci->handle.data); in rsc_free()
359 if (rsci->mechctx) in rsc_free()
360 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
361 free_svc_cred(&rsci->cred); in rsc_free()
366 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local
368 kfree(rsci->handle.data); in rsc_free_rcu()
369 kfree(rsci); in rsc_free_rcu()
374 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local
376 if (rsci->mechctx) in rsc_put()
[all …]