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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c349 static void rsc_free(struct rsc *rsci) argument
351 kfree(rsci->handle.data);
352 if (rsci->mechctx)
353 gss_delete_sec_context(&rsci->mechctx);
354 if (rsci->cred.cr_group_info)
355 put_group_info(rsci->cred.cr_group_info);
356 kfree(rsci->client_name);
361 struct rsc *rsci = container_of(ref, struct rsc, h.ref); local
363 rsc_free(rsci);
364 kfree(rsci);
368 rsc_hash(struct rsc *rsci) argument
416 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL); local
429 struct rsc rsci, *rscp = NULL; local
565 struct rsc rsci; local
582 gss_check_seq_num(struct rsc *rsci, int seq_num) argument
656 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) argument
930 struct rsc *rsci; member in struct:gss_svc_data
947 struct rsc *rsci = svcdata->rsci; local
972 struct rsc *rsci; local
1080 struct rsc *rsci = NULL; local
[all...]

Completed in 52 milliseconds