Searched refs:MBLKSIZE (Results 1 – 18 of 18) sorted by relevance
52 #define MBLKSIZE(mp) _PTRDIFF(DB_LIM(mp), DB_BASE(mp)) macro
95 if (mp == NULL || MBLKSIZE(mp) < size || DB_REF(mp) > 1) { in mexchange()
385 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ether()915 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ib()1177 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_fddi()1607 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_tr()
1666 ASSERT(MBLKSIZE(mp) >= cipherlen); in aes_encrypt()1786 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_decrypt()2018 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_encrypt()2256 ASSERT(MBLKSIZE(mp) >= cipherlen); in des_cbc_encrypt()2998 if ((cipherlen + extra >= MBLKSIZE(mp)) || DB_REF(mp) > 1) { in encrypt_block()
1093 ASSERT(MBLKSIZE(mp) >= in timodrproc()
692 if (mp->b_datap->db_ref == 1 && MBLKSIZE(mp) >= size) { in reallocb()
5956 if ((MBLKSIZE(mp) < 1) || (DB_REF(mp) > 1)) { in tl_merror()
484 mpsize = MBLKSIZE(mp); in svc_cots_ksend()632 mpsize = MBLKSIZE(mp); in svc_cots_kgetres()
2082 count += MBLKSIZE(mp); in svc_msgsize()
1038 mpsize = MBLKSIZE(mp); in clnt_cots_kcallit()
542 MBLKL(mp2) <= LOG_MSGSIZE && MBLKSIZE(mp2) >= LOG_MSGSIZE) in log_freemsg()
479 __func__, MBLKSIZE(mp), MBLKL(mp)); in vsw_switch_l2_frame()629 __func__, MBLKSIZE(mp), MBLKL(mp)); in vsw_switch_l3_frame()
1096 ASSERT(MBLKSIZE(mp) >= in tcp_accept_finish()1132 ASSERT(MBLKSIZE(mp) >= sizeof (struct stroptions)); in tcp_accept_finish()
3505 msg_len = MBLKSIZE(mp); in ip_input_fragment_v6()3511 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment_v6()3615 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment_v6()
7131 msg_len = MBLKSIZE(mp); in ip_input_fragment()7137 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment()7238 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment()
247 ASSERT(MBLKSIZE(mproto) >= sizeof (*sctp_msg_hdr)); in sctp_sendmsg()
3440 while ((mpsize = MBLKSIZE(mp)) < len) { in rfs_rndup_mblks()
1800 if ((DB_REF(mp) > 1) || MBLKSIZE(mp) < in sotpi_accept()