Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ipfw.c63 static int ng_ipfw_mod_event(module_t mod, int event, void *data);
82 .mod_event = ng_ipfw_mod_event,
102 ng_ipfw_mod_event(module_t mod, int event, void *data) in ng_ipfw_mod_event() function