Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc.h141 void (*cb_destroy)(struct cc_var *ccv); member
H A Dcc_vegas.c112 .cb_destroy = vegas_cb_destroy,
H A Dcc_newreno.c96 .cb_destroy = newreno_cb_destroy,
H A Dcc_htcp.c184 .cb_destroy = htcp_cb_destroy,
H A Dcc_chd.c135 .cb_destroy = chd_cb_destroy,
H A Dcc_cubic.c123 .cb_destroy = cubic_cb_destroy,
H A Dcc_dctcp.c95 .cb_destroy = dctcp_cb_destroy,
H A Dcc_cdg.c234 .cb_destroy = cdg_cb_destroy,
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h387 mlx5_hlist_remove_cb cb_destroy);
/f-stack/freebsd/netinet/
H A Dtcp_subr.c1864 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()
H A Dtcp_usrreq.c2226 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_default_ctloutput()
2227 CC_ALGO(tp)->cb_destroy(tp->ccv); in tcp_default_ctloutput()