Home
last modified time | relevance | path

Searched refs:post_recovery (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netinet/cc/
H A Dcc_hd.c175 hd_cc_algo.post_recovery = newreno_cc_algo.post_recovery; in hd_mod_init()
H A Dcc_vegas.c247 vegas_cc_algo.post_recovery = newreno_cc_algo.post_recovery; in vegas_mod_init()
H A Dcc.h153 void (*post_recovery)(struct cc_var *ccv); member
H A Dcc_chd.c408 chd_cc_algo.post_recovery = newreno_cc_algo.post_recovery; in chd_mod_init()
H A Dcc_dctcp.c99 .post_recovery = dctcp_post_recovery,
315 newreno_cc_algo.post_recovery(ccv); in dctcp_post_recovery()
H A Dcc_cdg.c275 cdg_cc_algo.post_recovery = newreno_cc_algo.post_recovery; in cdg_mod_init()
H A Dcc_newreno.c100 .post_recovery = newreno_post_recovery,
H A Dcc_htcp.c188 .post_recovery = htcp_post_recovery,
H A Dcc_cubic.c128 .post_recovery = cubic_post_recovery,
/f-stack/freebsd/netinet/
H A Dtcp_input.c507 if (CC_ALGO(tp)->post_recovery != NULL) { in cc_post_recovery()
509 CC_ALGO(tp)->post_recovery(tp->ccv); in cc_post_recovery()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c3966 if (CC_ALGO(tp)->post_recovery != NULL) { in rack_post_recovery()
3968 CC_ALGO(tp)->post_recovery(tp->ccv); in rack_post_recovery()