Searched refs:orrt (Results 1 – 1 of 1) sorted by relevance
2266 struct riprt *rrt, *orrt; in ifrt_p2p() local2389 orrt = rtsearch(np); in ifrt_p2p()2390 if (!orrt) { in ifrt_p2p()2397 } else if (rrt->rrt_index != orrt->rrt_index || in ifrt_p2p()2398 rrt->rrt_info.rip6_metric != orrt->rrt_info.rip6_metric) { in ifrt_p2p()2400 TAILQ_INSERT_BEFORE(orrt, rrt, rrt_next); in ifrt_p2p()2401 TAILQ_REMOVE(&riprt_head, orrt, rrt_next); in ifrt_p2p()2402 free(orrt); in ifrt_p2p()2655 struct riprt *rrt, *orrt; in rt_entry() local2744 orrt = rtsearch(np); in rt_entry()[all …]