Searched refs:nd_sessionid (Results 1 – 4 of 4) sorted by relevance
381 nfsrv_cache_session(nd->nd_sessionid, in nfs_proc()
529 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_getclient()531 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_getclient()5776 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_checksequence()5778 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_checksequence()5837 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_checkreclaimcomplete()5840 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_checkreclaimcomplete()5906 if (!NFSBCMP(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID)) { in nfsrv_destroysession()
3965 NFSBCOPY(tl, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsrvd_sequence()3979 NFSBCOPY(nd->nd_sessionid, tl, NFSX_V4SESSIONID); in nfsrvd_sequence()
601 uint8_t nd_sessionid[NFSX_V4SESSIONID]; /* Session id */ member