Searched refs:nd_sessionid (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/fs/nfs/ |
| H A D | nfs.h | 687 uint8_t nd_sessionid[NFSX_V4SESSIONID]; /* Session id */ member
|
| H A D | nfs_commonkrpc.c | 1330 nd->nd_sessionid, NFSX_V4SESSIONID) == 0) { in newnfs_request()
|
| H A D | nfs_commonsubs.c | 371 NFSBZERO(nd->nd_sessionid, NFSX_V4SESSIONID); in nfscl_reqstart() 5352 bcopy(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsv4_setsequence() 5598 bcopy(tsep->nfsess_sessionid, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsrpc_destroysession()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 734 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_getclient() 736 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_getclient() 6084 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_checksequence() 6086 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_checksequence() 6144 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_checkreclaimcomplete() 6147 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_checkreclaimcomplete() 6184 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_cache_session() 6186 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_cache_session() 6255 if (!NFSBCMP(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID) && in nfsrv_destroysession()
|
| H A D | nfs_nfsdserv.c | 4931 NFSBCOPY(tl, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsrvd_sequence() 4946 NFSBCOPY(nd->nd_sessionid, tl, NFSX_V4SESSIONID); in nfsrvd_sequence()
|