HomeSort by relevance Sort by last modified time
    Searched refs:out_wheel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c 60 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...]
sctp_structs.h 620 struct sctpwheel_listhead out_wheel; member in union:scheduling_data
    [all...]

Completed in 54 milliseconds