Lines Matching defs:sessionid
210 static struct nfsdsession *nfsrv_findsession(uint8_t *sessionid);
212 uint8_t *sessionid, bool locked, SVCXPRT **old_xprtp);
714 * Create a new sessionid here, since we need to do it where
776 * use the new session, but with the previous sessionid.
6421 * Search for a session that matches the sessionid.
6424 nfsrv_findsession(uint8_t *sessionid)
6429 shp = NFSSESSIONHASH(sessionid);
6431 if (!NFSBCMP(sessionid, sep->sess_sessionid, NFSX_V4SESSIONID))
6441 nfsrv_destroysession(struct nfsrv_descript *nd, uint8_t *sessionid)
6446 if (!NFSBCMP(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID) &&
6462 error = nfsrv_freesession(nd, NULL, sessionid, false, NULL);
6479 nfsrv_bindconnsess(struct nfsrv_descript *nd, uint8_t *sessionid, int *foreaftp)
6489 shp = NFSSESSIONHASH(sessionid);
6492 sep = nfsrv_findsession(sessionid);
6558 uint8_t *sessionid, bool locked, SVCXPRT **old_xprtp)
6566 shp = NFSSESSIONHASH(sessionid);
6568 sep = nfsrv_findsession(sessionid);
6697 uint8_t sessionid[NFSX_V4SESSIONID];
6705 &slotseq, sessionid, true);
6710 bcopy(sessionid, tl, NFSX_V4SESSIONID);