Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c187 static int ng_uni_mod_event(module_t, int, void *);
192 .mod_event = ng_uni_mod_event,
902 ng_uni_mod_event(module_t mod, int event, void *data) in ng_uni_mod_event() function