Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_callout.c82 static sctp_os_timer_t *sctp_os_timer_next = NULL; variable
104 if (c == sctp_os_timer_next) { in sctp_os_timer_start()
105 sctp_os_timer_next = TAILQ_NEXT(c, tqe); in sctp_os_timer_start()
145 if (c == sctp_os_timer_next) { in sctp_os_timer_stop()
146 sctp_os_timer_next = TAILQ_NEXT(c, tqe); in sctp_os_timer_stop()
166 sctp_os_timer_next = TAILQ_NEXT(c, tqe); in sctp_handle_tick()
174 c = sctp_os_timer_next; in sctp_handle_tick()
179 sctp_os_timer_next = NULL; in sctp_handle_tick()