Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.c82 static void cubic_cb_destroy(struct cc_var *ccv);
115 .cb_destroy = cubic_cb_destroy,
256 cubic_cb_destroy(struct cc_var *ccv) in cubic_cb_destroy() function