Searched refs:cb_destroy (Results 1 – 11 of 11) sorted by relevance
141 void (*cb_destroy)(struct cc_var *ccv); member
112 .cb_destroy = vegas_cb_destroy,
96 .cb_destroy = newreno_cb_destroy,
184 .cb_destroy = htcp_cb_destroy,
135 .cb_destroy = chd_cb_destroy,
123 .cb_destroy = cubic_cb_destroy,
95 .cb_destroy = dctcp_cb_destroy,
234 .cb_destroy = cdg_cb_destroy,
387 mlx5_hlist_remove_cb cb_destroy);
1864 if (tmpalgo->cb_destroy != NULL) in tcp_ccalgounload()1865 tmpalgo->cb_destroy(tp->ccv); in tcp_ccalgounload()2026 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_discardcb()2027 CC_ALGO(tp)->cb_destroy(tp->ccv); in tcp_discardcb()
2226 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_default_ctloutput()2227 CC_ALGO(tp)->cb_destroy(tp->ccv); in tcp_default_ctloutput()