Home
last modified time | relevance | path

Searched refs:mod_init (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/sys/
H A Dmodule_khelp.h49 int (*mod_init) (void); member
/freebsd/sys/kern/
H A Dkern_khelp.c337 if (kmd->helper->mod_init != NULL) in khelp_modevent()
338 error = kmd->helper->mod_init(); in khelp_modevent()
/freebsd/sys/netinet/cc/
H A Dcc.h145 int (*mod_init)(void); member
H A Dcc.c653 if (algo->mod_init != NULL) in cc_modevent()
654 err = algo->mod_init(); in cc_modevent()
H A Dcc_vegas.c115 .mod_init = vegas_mod_init,
H A Dcc_htcp.c186 .mod_init = htcp_mod_init,
H A Dcc_chd.c140 .mod_init = chd_mod_init,
H A Dcc_cdg.c231 .mod_init = cdg_mod_init,
H A Dcc_cubic.c98 .mod_init = cubic_mod_init,
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c102 .mod_init = ertt_mod_init,