Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_cb.h89 extern void cb_destroy(pci_t *pci_p);
/illumos-gate/usr/src/uts/common/inet/
H A Dcc.h183 void (*cb_destroy)(struct cc_var *ccv); member
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_cb.c57 cb_destroy(pci_t *pci_p) in cb_destroy() function
H A Dpcipsy.c174 cb_destroy(pci_p); in pci_obj_destroy()
H A Dpcisch.c196 cb_destroy(pci_p); in pci_obj_destroy()
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.c115 .cb_destroy = cubic_cb_destroy,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c908 if (CC_ALGO(tcp)->cb_destroy != NULL) { in tcp_opt_set()
909 CC_ALGO(tcp)->cb_destroy(&tcp->tcp_ccv); in tcp_opt_set()
H A Dtcp.c1438 if (tcp->tcp_cc_algo != NULL && tcp->tcp_cc_algo->cb_destroy != NULL) in tcp_free()
1439 tcp->tcp_cc_algo->cb_destroy(&tcp->tcp_ccv); in tcp_free()
2348 if (tcp->tcp_cc_algo->cb_destroy != NULL) in tcp_reinit_values()
2349 tcp->tcp_cc_algo->cb_destroy(&tcp->tcp_ccv); in tcp_reinit_values()