Searched refs:SMB_HDRLEN (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/netsmb/
H A Dsmb_smb.c88 return (vcp->vc_sopt.sv_maxtx - SMB_HDRLEN - 64);
101 return (vcp->vc_sopt.sv_maxtx - SMB_HDRLEN - 64);
269 63*1024 + SMB_HDRLEN + 16);
661 off = SMB_HDRLEN;
781 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
856 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
H A Dsmb.h66 #define SMB_HDRLEN 32 macro
H A Dsmb_crypt.c290 KASSERT(mb->m_len >= SMB_HDRLEN, ("forgot to m_pullup"));
H A Dsmb_iod.c317 m = m_pullup(m, SMB_HDRLEN);
/freebsd-10.3-release/sys/fs/smbfs/
H A Dsmbfs_smb.c955 maxent = min(ctx->f_left, (vcp->vc_txmax - SMB_HDRLEN - 3) / SMB_DENTRYLEN);

Completed in 119 milliseconds