Home
last modified time | relevance | path

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

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