HomeSort by relevance Sort by last modified time
    Searched refs:rtcc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_cc_functions.c 254 if (net->rtt > net->cc_mod.rtcc.lbw_rtt + rtt_offset) {
265 ((net->cc_mod.rtcc.lbw << 32) | nbw),
266 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt),
270 if ((net->cc_mod.rtcc.steady_step) && (inst_ind != SCTP_INST_LOOSING)) {
271 if (net->cc_mod.rtcc.last_step_state == 5)
272 net->cc_mod.rtcc.step_cnt++;
274 net->cc_mod.rtcc.step_cnt = 1;
275 net->cc_mod.rtcc.last_step_state = 5;
276 if ((net->cc_mod.rtcc.step_cnt == net->cc_mod.rtcc.steady_step) |
    [all...]
sctp_structs.h 329 struct rtcc_cc rtcc; /* rtcc module cc stuff */ member in union:sctp_nets::cc_control_data
    [all...]

Completed in 52 milliseconds