Home
last modified time | relevance | path

Searched refs:cimp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c3137 mblk_t *confmp, *cimp, *indmp; in tl_conn_req_ser() local
3316 cimp = tl_resizemp(indmp, size); in tl_conn_req_ser()
3317 if (cimp == NULL) { in tl_conn_req_ser()
3332 DB_TYPE(cimp) = M_PROTO; in tl_conn_req_ser()
3333 ci = (struct T_conn_ind *)cimp->b_rptr; in tl_conn_req_ser()
3339 addr_startp = cimp->b_rptr + ci->SRC_offset; in tl_conn_req_ser()
3346 tl_fill_option(cimp->b_rptr + ci->OPT_offset, in tl_conn_req_ser()
3378 putnext(peer_tep->te_rq, cimp); in tl_conn_req_ser()