Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c65 static int ng_ipfw_mod_event(module_t mod, int event, void *data);
84 .mod_event = ng_ipfw_mod_event,
104 ng_ipfw_mod_event(module_t mod, int event, void *data) in ng_ipfw_mod_event() function