Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c58 } sctp_tb_t; typedef
70 static void sctp_timer_fire(sctp_tb_t *);
102 sctp_tb_t *sctp_tb; in sctp_timer()
106 ASSERT((mp->b_rptr - mp->b_datap->db_base) == sizeof (sctp_tb_t)); in sctp_timer()
109 sctp_tb = (sctp_tb_t *)mp->b_datap->db_base; in sctp_timer()
160 sctp_tb_t *sctp_tb; in sctp_timer_alloc()
165 mp = allocb_wait(sizeof (sctp_t) + sizeof (sctp_tb_t), BPRI_HI, in sctp_timer_alloc()
168 mp = allocb(sizeof (sctp_t) + sizeof (sctp_tb_t), BPRI_HI); in sctp_timer_alloc()
172 sctp_tb = (sctp_tb_t *)mp->b_datap->db_base; in sctp_timer_alloc()
196 sctp_timer_fire(sctp_tb_t *sctp_tb) in sctp_timer_fire()
[all …]