Home
last modified time | relevance | path

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

/net/sunrpc/auth_gss/
Dgss_mech_switch.c438 struct page **inpages) in gss_wrap() argument
441 ->gss_wrap(ctx_id, offset, buf, inpages); in gss_wrap()
Dsvcauth_gss.c1727 struct page **inpages = NULL; in svcauth_gss_wrap_resp_priv() local
1738 inpages = resbuf->pages; in svcauth_gss_wrap_resp_priv()
1775 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages)) in svcauth_gss_wrap_resp_priv()
Dauth_gss.c1815 struct page **inpages; in gss_wrap_req_priv() local
1833 inpages = snd_buf->pages + first; in gss_wrap_req_priv()
1850 maj_stat = gss_wrap(ctx->gc_gss_ctx, offset, snd_buf, inpages); in gss_wrap_req_priv()