Lines Matching refs:rt_ev
1016 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1017 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1018 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1040 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1041 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache()
1042 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1130 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1131 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1133 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
3985 struct route_event rt_ev; in nd6_cache_lladdr() local
3986 route_event_init(&rt_ev, rt, NULL, llchange ? ROUTE_LLENTRY_CHANGED : in nd6_cache_lladdr()
4000 (void *)&rt_ev); in nd6_cache_lladdr()