Searched refs:sess_maxslots (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
H A Dnfsrvstate.h140 uint32_t sess_maxslots; member in struct:nfsdsession
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c3991 sep->sess_maxslots = fxdr_unsigned(uint32_t, *tl++);
3992 if (sep->sess_maxslots > NFSV4_SLOTS)
3993 sep->sess_maxslots = NFSV4_SLOTS;
4038 *tl++ = txdr_unsigned(sep->sess_maxslots);

Completed in 65 milliseconds