Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_cubic.c77 static void cubic_cb_destroy(struct cc_var *ccv);
94 .cb_destroy = cubic_cb_destroy,
367 cubic_cb_destroy(struct cc_var *ccv) in cubic_cb_destroy() function