Searched refs:newreno_cc_algo (Results 1 – 2 of 2) sorted by relevance
66 extern const struct cc_algo newreno_cc_algo;158 #define CC_ALGO(tp) (&newreno_cc_algo) // samkumar: This allows the #defines in cc_newreno.c to wor…
68 const struct cc_algo newreno_cc_algo = { variable