Searched refs:SCTP_OS_TIMER_INIT (Results 1 – 2 of 2) sorted by relevance
2393 SCTP_OS_TIMER_INIT(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_alloc()3784 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer); in sctp_add_remote_addr()3785 SCTP_OS_TIMER_INIT(&net->pmtu_timer.timer); in sctp_add_remote_addr()3786 SCTP_OS_TIMER_INIT(&net->hb_timer.timer); in sctp_add_remote_addr()4240 SCTP_OS_TIMER_INIT(&asoc->dack_timer.timer); in sctp_aloc_assoc_locked()4241 SCTP_OS_TIMER_INIT(&asoc->strreset_timer.timer); in sctp_aloc_assoc_locked()4242 SCTP_OS_TIMER_INIT(&asoc->asconf_timer.timer); in sctp_aloc_assoc_locked()4243 SCTP_OS_TIMER_INIT(&asoc->shut_guard_timer.timer); in sctp_aloc_assoc_locked()4244 SCTP_OS_TIMER_INIT(&asoc->autoclose_timer.timer); in sctp_aloc_assoc_locked()4245 SCTP_OS_TIMER_INIT(&asoc->delete_prim_timer.timer); in sctp_aloc_assoc_locked()[all …]
258 #define SCTP_OS_TIMER_INIT(tmr) callout_init(tmr, 1) macro