Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/ !
H A Droute_private.h216 struct eventhandler_lists_ctxt rt_evhdlr_ctxt; member
H A Droute.c1266 eventhandler_lists_ctxt_destroy(&rt->rt_evhdlr_ctxt); in rtfree_common()
2227 eventhandler_lists_ctxt_init(&rt->rt_evhdlr_ctxt); in rtrequest_common_locked()
4475 EVENTHANDLER_DEREGISTER(&rt->rt_evhdlr_ctxt, route_event, in route_event_callback()
4482 EVENTHANDLER_INVOKE(&rt->rt_evhdlr_ctxt, route_event, rt_key(rt), in route_event_callback()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_route.c485 EVENTHANDLER_REGISTER(&rt->rt_evhdlr_ctxt, route_event, in flow_route_configure()