Home
last modified time | relevance | path

Searched refs:MLEN (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/smbsrv/
H A Dmbuf.h95 #define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */ macro
96 #define MHLEN (MLEN - sizeof (struct pkthdr)) /* data len w/pkthdr */
98 #define MINCLSIZE (MHLEN + MLEN) /* smallest amount to put in cluster */
142 char M_databuf[MLEN]; /* !M_PKTHDR, !M_EXT */
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c142 if (count > MLEN) { in smb_mbuf_get()
180 if (count > MLEN) { in smb_mbuf_allocate()
H A Dsmb_mbuf_marshaling.c895 if (mbc->max_bytes > MLEN) in mbc_marshal_make_room()
927 m->m_ext.ext_size : MLEN; in mbc_marshal_make_room()
940 if (bytes_needed > MLEN) in mbc_marshal_make_room()
944 m->m_ext.ext_size : MLEN; in mbc_marshal_make_room()
H A Dsmb_session.c1435 mbc = smb_mbc_alloc(MLEN); in smb_session_oplock_break()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c114 #define MLEN 4096 macro
217 if (size < MLEN) in m_getblk()
218 size = MLEN; in m_getblk()
267 mblk = allocb_cred_wait(MLEN, STR_NOSIG, &error, cr, NOPID); in mb_init()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dpe.c73 #define MLEN(mp) ((mp)->b_wptr - (mp)->b_rptr) macro
372 len = MLEN(mp); in pe_start()
508 len = MLEN(mp); in pe_start()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c3274 n->m_len = min(MLEN, len + off);
3293 n->m_len = min(MLEN, len);