Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmodule_khelp.h50 int (*mod_destroy) (void); member
/freebsd/sys/kern/
H A Dkern_khelp.c350 if (kmd->helper->mod_destroy != NULL) in khelp_modevent()
351 kmd->helper->mod_destroy(); in khelp_modevent()
/freebsd/sys/netinet/cc/
H A Dcc.h148 int (*mod_destroy)(void); member
H A Dcc.c682 if ((err == 0) && (algo->mod_destroy != NULL)) { in cc_modevent()
683 algo->mod_destroy(); in cc_modevent()
H A Dcc_cdg.c237 .mod_destroy = cdg_mod_destroy,
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c103 .mod_destroy = ertt_mod_destroy,