Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_gss.c926 struct nfsm_chain nmrep_res, *nmc_res = &nmrep_res; in nfs_gss_svc_protect_reply() local
946 nfs_gss_nfsm_chain(nmc_res, mb); // set up the prepend chain in nfs_gss_svc_protect_reply()
947 nfsm_chain_build_done(error, nmc_res); in nfs_gss_svc_protect_reply()
958 nfs_gss_append_chain(nmc_res, results); // Append the results mbufs in nfs_gss_svc_protect_reply()
959 nfsm_chain_build_done(error, nmc_res); in nfs_gss_svc_protect_reply()