Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h1218 mbuf_t nd_gss_mb; /* RPCSEC_GSS results mbuf */ member
H A Dnfs_gss.c3393 nd->nd_gss_mb = nmc->nmc_mcur; // record current mbuf in nfs_gss_svc_prepare_reply()
3422 mb = nd->nd_gss_mb; // the mbuf where we split in nfs_gss_svc_protect_reply()
H A Dnfs_syscalls.c1399 if (nd->nd_gss_mb != NULL) { // It's RPCSEC_GSS in nfssvc_nfsd()
H A Dnfs_socket.c6938 nd->nd_gss_mb = NULL; in nfsrv_getreq()