Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip_var.h91 u_long ips_rtcachemiss; /* route cache with new destination */ member
139 ips_rtcachemiss, /* route cache filled with new destination */ enumerator
/openbsd-src/usr.bin/netstat/
H A Dinet.c625 p1(ips_rtcachemiss, "\t%lu route cache miss\n"); in ip_stats()
/openbsd-src/sys/net/
H A Droute.c227 ipstat_inc(ips_rtcachemiss); in route_cache()