Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cdg.c501 prob_backoff(long qtrend) in prob_backoff() function
603 congestion = prob_backoff(qdiff_min); in cdg_ack_received()
605 congestion = prob_backoff(cdg_data->min_qtrend); in cdg_ack_received()
607 congestion = prob_backoff(qdiff_max); in cdg_ack_received()
609 congestion = prob_backoff(cdg_data->max_qtrend); in cdg_ack_received()