HomeSort by: relevance | last modified time | path
    Searched refs:nd_xprt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 381 nd->nd_xprt = xprt;
nfs_nfsdstate.c 616 clnt_bck_create(nd->nd_xprt->xp_socket,
619 SVC_ACQUIRE(nd->nd_xprt);
620 nd->nd_xprt->xp_p2 =
623 nd->nd_xprt->xp_idletimeout = 0;
624 nsep->sess_cbsess.nfsess_xprt = nd->nd_xprt;
5803 * If this session handles the backchannel, save the nd_xprt for this
5809 SVC_ACQUIRE(nd->nd_xprt);
5810 nd->nd_xprt->xp_p2 =
5812 nd->nd_xprt->xp_idletimeout = 0; /* Disable timeout. */
5813 sep->sess_cbsess.nfsess_xprt = nd->nd_xprt;
    [all...]
  /src/sys/fs/nfs/common/
nfs.h 607 SVCXPRT *nd_xprt; /* Server RPC handle */ member in struct:nfsrv_descript

Completed in 55 milliseconds