Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dmodule_khelp.h49 int (*mod_init) (void); member
/freebsd-src/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-src/sys/netinet/cc/
H A Dcc.h145 int (*mod_init)(void);
154 int (*mod_init)(void); global() member
H A Dcc_hd.c100 .mod_init = hd_mod_init,
H A Dcc.c664 if (algo->mod_init != NULL)
665 err = algo->mod_init();
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-src/sys/netinet/khelp/
H A Dh_ertt.c102 .mod_init = ertt_mod_init,