Lines Matching refs:msz
1725 ssize_t msz = MBLKL(mp); in tl_wput() local
1776 if (msz < sizeof (prim->type)) { in tl_wput()
1818 (msz < sizeof (struct T_unitdata_req))) { in tl_wput()
1847 if (msz < sizeof (prim->type)) { in tl_wput()
2118 ssize_t msz = MBLKL(mp); in tl_do_proto() local
2122 ASSERT(msz >= sizeof (prim->type)); in tl_do_proto()
2361 ssize_t msz = MBLKL(mp), basize; in tl_bind() local
2375 if (msz < sizeof (struct T_bind_req)) { in tl_bind()
2415 (aoff + alen > msz)) { in tl_bind()
2457 ((ssize_t)(aoff + alen) > msz) || in tl_bind()
2466 if ((alen < 0) || (alen > (msz - sizeof (struct T_bind_req)))) { in tl_bind()
2807 ssize_t msz = MBLKL(mp); in tl_conn_req() local
2854 if (msz < sizeof (struct T_conn_req)) { in tl_conn_req()
2871 (aoff + alen > msz) || in tl_conn_req()
2872 (alen > msz - sizeof (struct T_conn_req))) { in tl_conn_req()
2891 if ((alen > 0 && ((aoff + alen) > msz || aoff + alen < 0)) || in tl_conn_req()
2892 (olen > 0 && ((ssize_t)(ooff + olen) > msz || in tl_conn_req()
2904 (ssize_t)alen > msz - sizeof (struct T_conn_req)) { in tl_conn_req()
2909 alen, msz)); in tl_conn_req()
3328 ssize_t msz = MBLKL(mp); in tl_conn_res() local
3388 if (msz < sizeof (struct T_conn_res)) { in tl_conn_res()
3397 if (((olen > 0) && ((ooff + olen) > msz))) { in tl_conn_res()
3860 ssize_t msz; in tl_discon_req() local
3902 msz = MBLKL(mp); in tl_discon_req()
3925 if (msz < sizeof (struct T_discon_req)) { in tl_discon_req()
4415 ssize_t msz = MBLKL(mp); in tl_data() local
4446 msz < sizeof (struct T_data_req)) { in tl_data()
4457 (msz < sizeof (struct T_optdata_req) || !IS_SOCKET(tep))) { in tl_data()
4513 if (msz < sizeof (t_scalar_t)) { in tl_data()
4616 ssize_t msz = MBLKL(mp); in tl_exdata() local
4621 if (msz < sizeof (struct T_exdata_req)) { in tl_exdata()
4780 ssize_t msz = MBLKL(mp); in tl_ordrel() local
4785 if (msz < sizeof (struct T_ordrel_req)) { in tl_ordrel()
5003 ssize_t msz, ui_sz; in tl_unitdata() local
5010 msz = MBLKL(mp); in tl_unitdata()
5032 if (msz < sizeof (struct T_unitdata_req)) { in tl_unitdata()
5048 (aoff + alen > msz) || in tl_unitdata()
5050 ((olen > 0) && ((ooff + olen) > msz))) { in tl_unitdata()
5055 (int)msz, alen, aoff, olen, ooff)); in tl_unitdata()
5072 ((alen > 0) && ((aoff + alen) > msz)) || in tl_unitdata()
5073 ((ssize_t)alen > (msz - sizeof (struct T_unitdata_req))) || in tl_unitdata()
5075 ((olen > 0) && ((ooff + olen) > msz)) || in tl_unitdata()
5078 ((ssize_t)olen > (msz - sizeof (struct T_unitdata_req)))) { in tl_unitdata()
5205 if (msz >= ui_sz && alen >= tep->te_alen && in tl_unitdata()