Searched refs:ci_msz (Results 1 – 1 of 1) sorted by relevance
3146 size_t ci_msz; in tl_conn_req_ser() local3206 ci_msz = sizeof (struct T_conn_ind) + tep->te_alen; in tl_conn_req_ser()3207 ci_msz = T_ALIGN(ci_msz) + olen; in tl_conn_req_ser()3208 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()