Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_callout.c107 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_start()
127 TAILQ_INSERT_TAIL(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_start()
148 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_stop()
163 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue)); in sctp_handle_tick()
167 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_handle_tick()
Dsctp_pcb.h285 struct calloutlist callqueue; member
Dsctp_pcb.c6824 TAILQ_INIT(&SCTP_BASE_INFO(callqueue));