Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c75 struct rsc *rsci; member
380 static void rsc_free(struct rsc *rsci) in rsc_free() argument
382 kfree(rsci->handle.data); in rsc_free()
383 if (rsci->mechctx) in rsc_free()
384 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
385 free_svc_cred(&rsci->cred); in rsc_free()
390 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local
392 kfree(rsci->handle.data); in rsc_free_rcu()
393 kfree(rsci); in rsc_free_rcu()
398 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local
[all …]