Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/smbsrv/
H A Dmbuf.h87 #define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */ macro
88 #define MHLEN (MLEN - sizeof (struct pkthdr)) /* data len w/pkthdr */
90 #define MINCLSIZE (MHLEN + MLEN) /* smallest amount to put in cluster */
132 char M_databuf[MLEN]; /* !M_PKTHDR, !M_EXT */
/titanic_50/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_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c158 if (count > MLEN) { in smb_mbuf_get()
199 } else if (len > MLEN) { in smb_mbuf_allocate()
H A Dsmb_session.c1449 mbc->max_bytes = MLEN; in smb_session_oplock_break()
H A Dsmb_mbuf_marshaling.c971 m->m_ext.ext_size : MLEN; in mbc_marshal_make_room()
/titanic_50/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_50/usr/src/uts/common/inet/ipf/
H A Dfil.c3277 n->m_len = min(MLEN, len + off);
3296 n->m_len = min(MLEN, len);