Searched refs:out_wheel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_ss_functions.c60 TAILQ_INIT(&asoc->ss_data.out_wheel);
82 while (!TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
83 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel);
84 TAILQ_REMOVE(&asoc->ss_data.out_wheel, TAILQ_FIRST(&asoc->ss_data.out_wheel), ss_params.rr.next_spoke);
115 TAILQ_INSERT_TAIL(&asoc->ss_data.out_wheel,
127 if (TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
151 asoc->last_out_stream = TAILQ_LAST(&asoc->ss_data.out_wheel,
158 TAILQ_REMOVE(&asoc->ss_data.out_wheel, strq, ss_params.rr.next_spoke);
179 strq = TAILQ_FIRST(&asoc->ss_data.out_wheel);
[all...]
H A Dsctp_structs.h620 struct sctpwheel_listhead out_wheel; member in union:scheduling_data

Completed in 78 milliseconds