Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Droute.h478 void rtcache_copy(struct route *, struct route *);
H A Droute.c2062 rtcache_copy(struct route *new_ro, struct route *old_ro) in rtcache_copy() function
/netbsd-src/sys/netinet6/
H A Dip6_flow.c613 rtcache_copy(&ip6f->ip6f_ro, ro); in ip6flow_create()
/netbsd-src/sys/netinet/
H A Dip_flow.c564 rtcache_copy(&ipf->ipf_ro, ro); in ipflow_create()
H A Dtcp_syncache.c668 rtcache_copy(&inp->inp_route, &sc->sc_route); in syn_cache_get()