Searched refs:route_event (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | route.h | 261 extern const char * route_event2str(int route_event); 265 EVENTHANDLER_DECLARE(route_event, route_event_fn); 673 struct route_event { struct 695 extern void route_event_init(struct route_event *p_route_ev, struct rtentry *rt, argument
|
| H A D | route.c | 2025 struct route_event rt_ev; in rtrequest_common_locked() 4449 route_event_init(struct route_event *p_route_ev, struct rtentry *rt, in route_event_init() 4462 struct route_event rt_ev_arg; 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() 4497 struct route_event *p_route_ev = (struct route_event *)arg; in route_event_walktree() 4572 route_event2str(int route_event) in route_event2str() argument 4575 switch (route_event) { in route_event2str()
|
| H A D | rtsock.c | 705 struct route_event rt_ev; in route_output()
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | nd6.c | 1013 struct route_event rt_ev; in nd6_service_neighbor_cache() 1037 struct route_event rt_ev; in nd6_service_neighbor_cache() 1126 struct route_event rt_ev; in nd6_service_neighbor_cache() 3947 struct route_event rt_ev; in nd6_cache_lladdr()
|
| H A D | nd6_nbr.c | 1112 struct route_event rt_ev; in nd6_na_input() 1244 struct route_event rt_ev; in nd6_na_input()
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | in_arp.c | 1264 struct route_event rt_ev; in arp_send_probe_notification() 2129 struct route_event rt_ev; in arp_ip_handle_input()
|
| /xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 469 EVENTHANDLER_REGISTER(&rt->rt_evhdlr_ctxt, route_event, in flow_route_configure()
|