Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip_var.h90 u_long ips_rtcachehit; /* valid route found in cache */ member
138 ips_rtcachehit, /* valid route to destination found in cache */ enumerator
/openbsd-src/usr.bin/netstat/
H A Dinet.c624 p1(ips_rtcachehit, "\t%lu route cache hit\n"); in ip_stats()
/openbsd-src/sys/net/
H A Droute.c222 ipstat_inc(ips_rtcachehit); in route_cache()