OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_cnt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_cc_functions.c
272
net->cc_mod.rtcc.
step_cnt
++;
274
net->cc_mod.rtcc.
step_cnt
= 1;
276
if ((net->cc_mod.rtcc.
step_cnt
== net->cc_mod.rtcc.steady_step) ||
277
((net->cc_mod.rtcc.
step_cnt
> net->cc_mod.rtcc.steady_step) &&
278
((net->cc_mod.rtcc.
step_cnt
% net->cc_mod.rtcc.steady_step) == 0))) {
283
oth |= net->cc_mod.rtcc.
step_cnt
;
297
net->cc_mod.rtcc.
step_cnt
= 0;
323
oth |= net->cc_mod.rtcc.
step_cnt
;
334
(net->cc_mod.rtcc.
step_cnt
> net->cc_mod.rtcc.steady_step)) {
336
net->cc_mod.rtcc.
step_cnt
= 0
[
all
...]
sctp_structs.h
283
uint16_t
step_cnt
; /* The current number */
member in struct:rtcc_cc
[
all
...]
Completed in 1172 milliseconds