Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c354 static void rsc_free(struct rsc *rsci) in rsc_free() argument
356 kfree(rsci->handle.data); in rsc_free()
357 if (rsci->mechctx) in rsc_free()
358 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
359 free_svc_cred(&rsci->cred); in rsc_free()
364 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local
366 kfree(rsci->handle.data); in rsc_free_rcu()
367 kfree(rsci); in rsc_free_rcu()
372 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local
374 if (rsci->mechctx) in rsc_put()
[all …]