Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cdg.c120 long rtt_count; member
307 cdg_data->rtt_count = 0; in cdg_cb_init()
419 cdg_data->window_incr = cdg_data->rtt_count = 0; in cdg_window_increase()
427 if (++cdg_data->rtt_count >= V_cdg_alpha_inc) { in cdg_window_increase()
429 cdg_data->rtt_count = 0; in cdg_window_increase()
456 cdg_data->window_incr = cdg_data->rtt_count = 0; in cdg_cong_signal()
482 cdg_data->window_incr = cdg_data->rtt_count = 0; in cdg_cong_signal()