Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_cubic.c471 cubic_data->undo_W_max = cubic_data->W_max; in cubic_cong_signal()
485 cubic_data->W_max = cubic_data->undo_W_max; in cubic_cong_signal()
622 cubic_data->undo_W_max = cubic_data->W_max; in cubic_ssthresh_update()
H A Dcc_cubic.h113 uint64_t undo_W_max; member