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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_cc_functions.c 271 if (net->cc_mod.rtcc.last_step_state == 5)
275 net->cc_mod.rtcc.last_step_state = 5;
285 oth |= net->cc_mod.rtcc.last_step_state;
325 oth |= net->cc_mod.rtcc.last_step_state;
333 if ((net->cc_mod.rtcc.last_step_state == 5) &&
339 net->cc_mod.rtcc.last_step_state = 6;
366 if (net->cc_mod.rtcc.last_step_state == 5)
370 net->cc_mod.rtcc.last_step_state = 5;
450 oth |= net->cc_mod.rtcc.last_step_state;
466 net->cc_mod.rtcc.last_step_state = 2
    [all...]
sctp_structs.h 287 uint8_t last_step_state; /* Last state if steady state stepdown is on */ member in struct:rtcc_cc
    [all...]

Completed in 38 milliseconds