Lines Matching refs:b_datap
106 ASSERT((mp->b_rptr - mp->b_datap->db_base) == sizeof (sctp_tb_t)); in sctp_timer()
107 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer()
109 sctp_tb = (sctp_tb_t *)mp->b_datap->db_base; in sctp_timer()
171 mp->b_datap->db_type = M_PCSIG; in sctp_timer_alloc()
172 sctp_tb = (sctp_tb_t *)mp->b_datap->db_base; in sctp_timer_alloc()
203 ASSERT(sctp_tb == (sctp_tb_t *)mp->b_datap->db_base); in sctp_timer_fire()
204 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_fire()
248 ASSERT((mp->b_rptr - mp->b_datap->db_base) == sizeof (sctp_tb_t)); in sctp_timer_free()
249 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_free()
251 sctp_tb = (sctp_tb_t *)mp->b_datap->db_base; in sctp_timer_free()
284 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_stop()
286 sctp_tb = (sctp_tb_t *)mp->b_datap->db_base; in sctp_timer_stop()
319 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_valid()