Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3/
HDip_fw3.c164 struct ipfw3_module fw3_modules[MAX_MODULE]; variable
175 tmp = fw3_modules; in ip_fw3_register_module()
197 tmp = fw3_modules; in ip_fw3_unregister_module()
271 memset(fw3_modules, 0, sizeof(struct ipfw3_module) * MAX_MODULE); in init_module()
978 for (i = 0, mod = fw3_modules; i < MAX_MODULE; i++, mod++) { in ip_fw3_ctl_get_modules()