Searched refs:SCTP_OS_TIMER_INIT (Results 1 – 2 of 2) sorted by relevance
269 #define SCTP_OS_TIMER_INIT(tmr) callout_init(tmr, 1) macro
2526 SCTP_OS_TIMER_INIT(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_alloc()3904 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer); in sctp_add_remote_addr()3905 SCTP_OS_TIMER_INIT(&net->pmtu_timer.timer); in sctp_add_remote_addr()3906 SCTP_OS_TIMER_INIT(&net->hb_timer.timer); in sctp_add_remote_addr()4374 SCTP_OS_TIMER_INIT(&asoc->dack_timer.timer); in sctp_aloc_assoc()4375 SCTP_OS_TIMER_INIT(&asoc->strreset_timer.timer); in sctp_aloc_assoc()4376 SCTP_OS_TIMER_INIT(&asoc->asconf_timer.timer); in sctp_aloc_assoc()4377 SCTP_OS_TIMER_INIT(&asoc->shut_guard_timer.timer); in sctp_aloc_assoc()4378 SCTP_OS_TIMER_INIT(&asoc->autoclose_timer.timer); in sctp_aloc_assoc()4379 SCTP_OS_TIMER_INIT(&asoc->delete_prim_timer.timer); in sctp_aloc_assoc()[all …]