Home
last modified time | relevance | path

Searched refs:old_maxB (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1954 ca->undo_old_maxB = ca->old_maxB; in htcp_reset()
1965 net->cc_mod.htcp_ca.old_maxB = net->cc_mod.htcp_ca.undo_old_maxB; in htcp_cwnd_undo()
2034 uint32_t old_maxB = ca->old_maxB; in htcp_beta_update() local
2035 ca->old_maxB = ca->maxB; in htcp_beta_update()
2037 if (!between(5*maxB, 4*old_maxB, 6*old_maxB)) { in htcp_beta_update()
Dsctp_structs.h267 uint32_t old_maxB; member