Searched refs:callqueue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_callout.c48 * - SCTP_BASE_INFO(callqueue)
75 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);
95 TAILQ_INSERT_TAIL(&SCTP_BASE_INFO(callqueue), c, tqe);
115 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);
138 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue));
142 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);
H A Dsctp_pcb.h283 struct calloutlist callqueue; member in struct:sctp_epinfo
H A Dsctp_pcb.c6844 TAILQ_INIT(&SCTP_BASE_INFO(callqueue));
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_sctp_timer_iterate.c42 /* This is the polling time of callqueue in milliseconds
79 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue));
83 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);

Completed in 861 milliseconds