OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_queue_cnt
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c
74
asoc->
sent_queue_cnt
);
76
asoc->
sent_queue_cnt
= 0;
81
asoc->
sent_queue_cnt
++;
95
asoc->
sent_queue_cnt
);
448
asoc->
sent_queue_cnt
--;
[
all
...]
sctp_structs.h
1060
unsigned int
sent_queue_cnt
;
member in struct:sctp_association
[
all
...]
sctputil.c
518
sctp_clog.x.wake.sent_q = stcb->asoc.
sent_queue_cnt
;
563
sctp_clog.x.blk.send_sent_qcnt = (uint16_t) (asoc->send_queue_cnt + asoc->
sent_queue_cnt
);
[
all
...]
sctp_indata.c
[
all
...]
sctp_asconf.c
1026
(stcb->asoc.
sent_queue_cnt
> 0)) {
[
all
...]
sctp_output.c
[
all
...]
sctp_usrreq.c
[
all
...]
Completed in 227 milliseconds