Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDcc.h133 void (*cb_destroy)(struct cc_var *ccv); member
HDtcp_subr.c1193 if (tmpalgo->cb_destroy != NULL) in tcp_ccalgounload()
1194 tmpalgo->cb_destroy(tp->ccv); in tcp_ccalgounload()
1336 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_discardcb()
1337 CC_ALGO(tp)->cb_destroy(tp->ccv); in tcp_discardcb()
HDtcp_usrreq.c1597 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_default_ctloutput()
1598 CC_ALGO(tp)->cb_destroy(tp->ccv); in tcp_default_ctloutput()
/NextBSD/sys/netinet/cc/
HDcc_vegas.c114 .cb_destroy = vegas_cb_destroy,
HDcc_cubic.c107 .cb_destroy = cubic_cb_destroy,
HDcc_htcp.c182 .cb_destroy = htcp_cb_destroy,
HDcc_chd.c136 .cb_destroy = chd_cb_destroy,
HDcc_dctcp.c98 .cb_destroy = dctcp_cb_destroy,
HDcc_cdg.c235 .cb_destroy = cdg_cb_destroy,