Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_ss_functions.c60 TAILQ_INIT(&asoc->ss_data.out_wheel); in sctp_ss_default_init()
82 while (!TAILQ_EMPTY(&asoc->ss_data.out_wheel)) { in sctp_ss_default_clear()
83 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); in sctp_ss_default_clear()
84 …TAILQ_REMOVE(&asoc->ss_data.out_wheel, TAILQ_FIRST(&asoc->ss_data.out_wheel), ss_params.rr.next_sp… in sctp_ss_default_clear()
115 TAILQ_INSERT_TAIL(&asoc->ss_data.out_wheel, in sctp_ss_default_add()
127 if (TAILQ_EMPTY(&asoc->ss_data.out_wheel)) { in sctp_ss_default_is_empty()
151 asoc->last_out_stream = TAILQ_LAST(&asoc->ss_data.out_wheel, in sctp_ss_default_remove()
158 TAILQ_REMOVE(&asoc->ss_data.out_wheel, strq, ss_params.rr.next_spoke); in sctp_ss_default_remove()
179 strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); in sctp_ss_default_select()
183 strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); in sctp_ss_default_select()
[all …]
Dsctp_structs.h620 struct sctpwheel_listhead out_wheel; member