Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Droute.c2019 KASSERT(ro->_ro_rt == NULL); in _rtcache_init()
2027 ro->_ro_rt = rt; in _rtcache_init()
2036 return ro->_ro_rt; in _rtcache_init()
2057 ro->_ro_rt = NULL; in rtcache_update()
2080 new_ro->_ro_rt = rt; in rtcache_copy()
2149 rt = ro->_ro_rt; in rtcache_validate()
2194 ro->_ro_rt = NULL; in rtcache_lookup2()
2218 ro->_ro_rt = NULL; in rtcache_free()
2234 ro->_ro_rt = NULL; in rtcache_setdst()
2243 KASSERT(ro->_ro_rt == NULL); in rtcache_setdst()
Droute.h66 struct rtentry *_ro_rt; member
495 KASSERT(ro->ro_sa != NULL || ro->_ro_rt == NULL); in rtcache_invariants()
/netbsd/src/sys/netinet/
Dsctp_output.c5425 ifp = net->ro._ro_rt->rt_ifp;