Searched refs:route_event (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | route_private.h | 221 extern const char * route_event2str(int route_event); 225 EVENTHANDLER_DECLARE(route_event, route_event_fn); 467 struct route_event { struct 487 extern void route_event_init(struct route_event *p_route_ev, struct rtentry *rt, argument
|
| H A D | route.c | 2031 struct route_event rt_ev; in rtrequest_common_locked() 4428 route_event_init(struct route_event *p_route_ev, struct rtentry *rt, in route_event_init() 4441 struct route_event rt_ev_arg; 4456 EVENTHANDLER_DEREGISTER(&rt->rt_evhdlr_ctxt, route_event, in route_event_callback() 4463 EVENTHANDLER_INVOKE(&rt->rt_evhdlr_ctxt, route_event, rt_key(rt), in route_event_callback() 4476 struct route_event *p_route_ev = (struct route_event *)arg; in route_event_walktree() 4551 route_event2str(int route_event) in route_event2str() argument 4554 switch (route_event) { in route_event2str()
|
| H A D | rtsock.c | 733 struct route_event rt_ev; in route_output()
|
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | nd6.c | 1016 struct route_event rt_ev; in nd6_service_neighbor_cache() 1040 struct route_event rt_ev; in nd6_service_neighbor_cache() 1130 struct route_event rt_ev; in nd6_service_neighbor_cache() 3985 struct route_event rt_ev; in nd6_cache_lladdr()
|
| H A D | nd6_nbr.c | 1119 struct route_event rt_ev; in nd6_na_input() 1254 struct route_event rt_ev; in nd6_na_input()
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_arp.c | 1267 struct route_event rt_ev; in arp_send_probe_notification() 2131 struct route_event rt_ev; in arp_ip_handle_input()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 457 EVENTHANDLER_REGISTER(&rt->rt_evhdlr_ctxt, route_event, in flow_route_configure()
|