OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_out_stream
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c
88
asoc->
last_out_stream
= NULL;
146
if (asoc->
last_out_stream
== strq) {
147
asoc->
last_out_stream
= TAILQ_PREV(asoc->
last_out_stream
,
150
if (asoc->
last_out_stream
== NULL) {
151
asoc->
last_out_stream
= TAILQ_LAST(&asoc->ss_data.out_wheel,
154
if (asoc->
last_out_stream
== strq) {
155
asoc->
last_out_stream
= NULL;
175
strqt = asoc->
last_out_stream
;
203
if (strq == asoc->
last_out_stream
) {
[
all
...]
sctp_structs.h
902
struct sctp_stream_out *
last_out_stream
;
member in struct:sctp_association
[
all
...]
sctp_output.c
[
all
...]
Completed in 212 milliseconds