Searched refs:MBLKSIZE (Results 1 – 20 of 20) sorted by relevance
50 #define MBLKSIZE(mp) _PTRDIFF(DB_LIM(mp), DB_BASE(mp)) macro
95 if (mp == NULL || MBLKSIZE(mp) < size || DB_REF(mp) > 1) { in mexchange()
384 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ether()832 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ib()1094 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_fddi()1524 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_tr()
1669 ASSERT(MBLKSIZE(mp) >= cipherlen); in aes_encrypt()1789 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_decrypt()2021 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_encrypt()2259 ASSERT(MBLKSIZE(mp) >= cipherlen); in des_cbc_encrypt()3001 if ((cipherlen + extra >= MBLKSIZE(mp)) || DB_REF(mp) > 1) { in encrypt_block()
5323 } else if (MBLKSIZE(mp) >= reuse_mb_sz && alen >= tep->te_alen && in tl_unitdata()6105 if ((MBLKSIZE(mp) < 1) || (DB_REF(mp) > 1)) { in tl_merror()
1095 ASSERT(MBLKSIZE(mp) >= in timodrproc()
691 if (mp->b_datap->db_ref == 1 && MBLKSIZE(mp) >= size) { in reallocb()
489 mpsize = MBLKSIZE(mp); in svc_cots_ksend()637 mpsize = MBLKSIZE(mp); in svc_cots_kgetres()
2064 count += MBLKSIZE(mp); in svc_msgsize()
1041 mpsize = MBLKSIZE(mp); in clnt_cots_kcallit()
479 __func__, MBLKSIZE(mp), MBLKL(mp)); in vsw_switch_l2_frame()629 __func__, MBLKSIZE(mp), MBLKL(mp)); in vsw_switch_l3_frame()
556 MBLKL(mp2) <= LOG_MSGSIZE && MBLKSIZE(mp2) >= LOG_MSGSIZE) in log_freemsg()
1102 ASSERT(MBLKSIZE(mp) >= in tcp_accept_finish()1138 ASSERT(MBLKSIZE(mp) >= sizeof (struct stroptions)); in tcp_accept_finish()
3404 msg_len = MBLKSIZE(mp); in ip_input_fragment_v6()3410 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment_v6()3514 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment_v6()
7183 msg_len = MBLKSIZE(mp); in ip_input_fragment()7189 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment()7290 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment()
812 if (MBLKSIZE(mp) != mblksize) { in sfxge_rx_qrefill()918 ASSERT3U(MBLKSIZE(mp), ==, mblksize); in sfxge_rx_qfill()
507 if (mp->b_datap->db_ref == 1 && MBLKSIZE(mp) >= size) { in reallocb()
247 ASSERT(MBLKSIZE(mproto) >= sizeof (*sctp_msg_hdr)); in sctp_sendmsg()
3379 while ((mpsize = MBLKSIZE(mp)) < len) { in rfs_rndup_mblks()
1769 if ((DB_REF(mp) > 1) || MBLKSIZE(mp) < in sotpi_accept()