HomeSort by: relevance | last modified time | path
    Searched refs:ipf_ro (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_flow.c 278 rt = rtcache_validate(&ipf->ipf_ro);
351 dst = rtcache_getdst(&ipf->ipf_ro);
361 rtcache_unref(rt, &ipf->ipf_ro);
373 rt = rtcache_validate(&ipf->ipf_ro);
376 rtcache_unref(rt, &ipf->ipf_ro);
402 rtcache_free(&ipf->ipf_ro);
425 rtcache_free(&ipf->ipf_ro);
443 rt = rtcache_validate(&ipf->ipf_ro);
446 rtcache_unref(rt, &ipf->ipf_ro);
466 rtcache_free(&ipf->ipf_ro);
    [all...]
ip_var.h 64 struct route ipf_ro; /* associated route entry */ member in struct:ipflow

Completed in 12 milliseconds