Searched refs:ordrel_mp (Results 1 – 1 of 1) sorted by relevance
1005 mblk_t *ordrel_mp; in tcp_fallback() local1014 ordrel_mp = allocb_wait(sizeof (struct T_ordrel_ind), BPRI_HI, in tcp_fallback()1016 ordrel_mp->b_datap->db_type = M_PROTO; in tcp_fallback()1017 ((struct T_ordrel_ind *)ordrel_mp->b_rptr)->PRIM_type = T_ORDREL_IND; in tcp_fallback()1018 ordrel_mp->b_wptr += sizeof (struct T_ordrel_ind); in tcp_fallback()1027 freeb(ordrel_mp); in tcp_fallback()1055 tcp->tcp_ordrel_mp = ordrel_mp; in tcp_fallback()