Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c84 .mod_event = ng_ipfw_mod_event,
H A Dng_device.c82 .mod_event = ng_device_mod_event,
H A Dng_gif.c148 .mod_event = ng_gif_mod_event,
H A Dng_base.c3097 if (type->mod_event != NULL) in ng_mod_event()
3098 if ((error = (*type->mod_event)(mod, event, data))) { in ng_mod_event()
3112 if (type->mod_event != NULL) { /* check with type */ in ng_mod_event()
3113 error = (*type->mod_event)(mod, event, data); in ng_mod_event()
3124 if (type->mod_event != NULL) in ng_mod_event()
3125 error = (*type->mod_event)(mod, event, data); in ng_mod_event()
H A Dng_eiface.c113 .mod_event = ng_eiface_mod_event,
H A Dng_iface.c197 .mod_event = ng_iface_mod_event,
H A Dng_ether.c208 .mod_event = ng_ether_mod_event,
H A Dng_socket.c138 .mod_event = ngs_mod_event,
H A Dng_pipe.c239 .mod_event = ngp_modevent,
H A Dnetgraph.h1072 modeventhand_t mod_event; /* Module event handler (optional) */ member
/f-stack/lib/
H A Dff_ng_base.c3121 if (type->mod_event != NULL) in ng_mod_event()
3122 if ((error = (*type->mod_event)(mod, event, data))) { in ng_mod_event()
3136 if (type->mod_event != NULL) { /* check with type */ in ng_mod_event()
3137 error = (*type->mod_event)(mod, event, data); in ng_mod_event()
3148 if (type->mod_event != NULL) in ng_mod_event()
3149 error = (*type->mod_event)(mod, event, data); in ng_mod_event()
/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu.c154 .mod_event = ng_sscfu_mod_event,
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c192 .mod_event = ng_uni_mod_event,
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c127 .mod_event = ng_h4_mod_event,
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop.c201 .mod_event = ng_sscop_mod_event,
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c285 .mod_event = ng_ccatm_mod_event,
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1076 modeventhand_t mod_event; /* Module event handler (optional) */ member