OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strmout
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c
69
&stcb->asoc.
strmout
[i],
701
sp = TAILQ_FIRST(&stcb->asoc.
strmout
[i].outqueue);
709
sctp_ss_fcfs_add(stcb, &stcb->asoc, &stcb->asoc.
strmout
[i], sp, holds_lock);
801
strq = &asoc->
strmout
[sp->stream];
sctputil.c
1123
SCTP_MALLOC(asoc->
strmout
, struct sctp_stream_out *,
1126
if (asoc->
strmout
== NULL) {
[
all
...]
sctp_input.c
264
sp = TAILQ_FIRST(&stcb->asoc.
strmout
[i].outqueue);
284
TAILQ_REMOVE(&stcb->asoc.
strmout
[i].outqueue, sp, next);
343
if (asoc->
strmout
[chk->rec.data.stream_number].chunks_on_queues > 0) {
344
asoc->
strmout
[chk->rec.data.stream_number].chunks_on_queues--;
363
if (asoc->
strmout
) {
365
outs = &asoc->
strmout
[i];
[
all
...]
sctp_timer.c
430
if (asoc->
strmout
[chk->rec.data.stream_number].chunks_on_queues > 0) {
431
asoc->
strmout
[chk->rec.data.stream_number].chunks_on_queues--;
[
all
...]
sctp_output.c
[
all
...]
sctp_pcb.c
[
all
...]
sctp_indata.c
[
all
...]
sctp_structs.h
889
struct sctp_stream_out *
strmout
;
member in struct:sctp_association
[
all
...]
sctp_usrreq.c
[
all
...]
Completed in 338 milliseconds