Home
last modified time | relevance | path

Searched refs:new_ro (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/
H A Droute.c2062 rtcache_copy(struct route *new_ro, struct route *old_ro) in rtcache_copy() argument
2067 KASSERT(new_ro != old_ro); in rtcache_copy()
2068 rtcache_invariants(new_ro); in rtcache_copy()
2075 ret = rtcache_setdst(new_ro, rtcache_getdst(old_ro)); in rtcache_copy()
2080 new_ro->_ro_rt = rt; in rtcache_copy()
2081 new_ro->ro_rtcache_generation = rtcache_generation; in rtcache_copy()
2083 rtcache_invariants(new_ro); in rtcache_copy()