Lines Matching refs:rt_ev
1014 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1015 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1016 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1038 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1039 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache()
1040 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1128 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1129 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1131 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
3984 struct route_event rt_ev; in nd6_cache_lladdr() local
3985 route_event_init(&rt_ev, rt, NULL, llchange ? ROUTE_LLENTRY_CHANGED : in nd6_cache_lladdr()
3999 (void *)&rt_ev); in nd6_cache_lladdr()