Searched refs:sctp_os_timer_t (Results 1 – 3 of 3) sorted by relevance
82 static sctp_os_timer_t *sctp_os_timer_next = NULL;85 sctp_os_timer_init(sctp_os_timer_t *c) in sctp_os_timer_init()91 sctp_os_timer_start(sctp_os_timer_t *c, uint32_t to_ticks, void (*ftn) (void *), in sctp_os_timer_start()133 sctp_os_timer_stop(sctp_os_timer_t *c) in sctp_os_timer_stop()156 sctp_os_timer_t *c; in sctp_handle_tick()
85 typedef struct sctp_callout sctp_os_timer_t; typedef90 void sctp_os_timer_init(sctp_os_timer_t *tmr);92 int sctp_os_timer_start(sctp_os_timer_t *, uint32_t, void (*)(void *), void *);94 int sctp_os_timer_stop(sctp_os_timer_t *);
48 sctp_os_timer_t timer;