Searched refs:nd_sessionid (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c387 nfsrv_cache_session(nd->nd_sessionid,
H A Dnfs_nfsdstate.c529 shp = NFSSESSIONHASH(nd->nd_sessionid);
531 sep = nfsrv_findsession(nd->nd_sessionid);
5776 shp = NFSSESSIONHASH(nd->nd_sessionid);
5778 sep = nfsrv_findsession(nd->nd_sessionid);
5837 shp = NFSSESSIONHASH(nd->nd_sessionid);
5840 sep = nfsrv_findsession(nd->nd_sessionid);
5906 if (!NFSBCMP(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID)) {
H A Dnfs_nfsdserv.c3965 NFSBCOPY(tl, nd->nd_sessionid, NFSX_V4SESSIONID);
3979 NFSBCOPY(nd->nd_sessionid, tl, NFSX_V4SESSIONID);
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h601 uint8_t nd_sessionid[NFSX_V4SESSIONID]; /* Session id */ member in struct:nfsrv_descript

Completed in 172 milliseconds