Searched refs:ip6f_ro (Results 1 – 2 of 2) sorted by relevance
320 if ((rt = rtcache_validate(&ip6f->ip6f_ro)) == NULL || in ip6flow_fastforward()347 dst = rtcache_getdst(&ip6f->ip6f_ro); in ip6flow_fastforward()370 rtcache_unref(rt, &ip6f->ip6f_ro); in ip6flow_fastforward()401 rt = rtcache_validate(&ip6f->ip6f_ro); in ip6flow_addstats()403 rtcache_unref(rt, &ip6f->ip6f_ro); in ip6flow_addstats()424 rtcache_free(&ip6f->ip6f_ro); in ip6flow_free()446 rtcache_free(&ip6f->ip6f_ro); in ip6flow_reap_locked()464 if ((rt = rtcache_validate(&ip6f->ip6f_ro)) == NULL) in ip6flow_reap_locked()466 rtcache_unref(rt, &ip6f->ip6f_ro); in ip6flow_reap_locked()485 rtcache_free(&ip6f->ip6f_ro); in ip6flow_reap_locked()[all …]
219 struct route ip6f_ro; /* associated route entry */ member