Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc.c303 if (!err && algo->mod_destroy != NULL) in cc_modevent()
304 algo->mod_destroy(); in cc_modevent()
H A Dcc.h135 int (*mod_destroy)(void); member
H A Dcc_cdg.c238 .mod_destroy = cdg_mod_destroy
/f-stack/freebsd/sys/
H A Dmodule_khelp.h52 int (*mod_destroy) (void); member
/f-stack/freebsd/kern/
H A Dkern_khelp.c357 if (kmd->helper->mod_destroy != NULL) in khelp_modevent()
358 kmd->helper->mod_destroy(); in khelp_modevent()
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c106 .mod_destroy = ertt_mod_destroy,