OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_on_reasm_queue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c
83
asoc->
size_on_reasm_queue
== 0 &&
96
calc = sctp_sbspace_sub(calc, (uint32_t)(asoc->
size_on_reasm_queue
+
407
asoc->
size_on_reasm_queue
-= chk->send_size;
518
asoc->
size_on_reasm_queue
-= chk->send_size;
787
asoc->
size_on_reasm_queue
= 0;
864
asoc->
size_on_reasm_queue
= chk->send_size;
953
asoc->
size_on_reasm_queue
+= chk->send_size;
[
all
...]
sctp_structs.h
1068
unsigned int
size_on_reasm_queue
;
member in struct:sctp_association
[
all
...]
sctp_pcb.c
[
all
...]
sctp_usrreq.c
[
all
...]
sctp_output.c
[
all
...]
Completed in 55 milliseconds