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