Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Droute.h237 struct eventhandler_lists_ctxt rt_evhdlr_ctxt; member
H A Droute.c1269 eventhandler_lists_ctxt_destroy(&rt->rt_evhdlr_ctxt); in rtfree_common()
2230 eventhandler_lists_ctxt_init(&rt->rt_evhdlr_ctxt); in rtrequest_common_locked()
4477 EVENTHANDLER_DEREGISTER(&rt->rt_evhdlr_ctxt, route_event, in route_event_callback()
4484 EVENTHANDLER_INVOKE(&rt->rt_evhdlr_ctxt, route_event, rt_key(rt), in route_event_callback()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c469 EVENTHANDLER_REGISTER(&rt->rt_evhdlr_ctxt, route_event, in flow_route_configure()