Lines Matching refs:rt_ev
1028 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1029 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1030 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1052 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1053 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache()
1054 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1142 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1143 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1145 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
3776 struct route_event rt_ev; in nd6_cache_lladdr() local
3777 route_event_init(&rt_ev, rt, NULL, llchange ? ROUTE_LLENTRY_CHANGED : in nd6_cache_lladdr()
3791 (void *)&rt_ev); in nd6_cache_lladdr()