Searched defs:mrtstat (Results 1 – 4 of 4) sorted by relevance
212 struct mrtstat { struct213 u_long mrts_mfc_lookups; /* # forw. cache hash table hits */214 u_long mrts_mfc_misses; /* # forw. cache hash table misses */215 u_long mrts_upcalls; /* # calls to mrouted */216 u_long mrts_no_route; /* no route for packet's origin */217 u_long mrts_bad_tunnel; /* malformed tunnel options */218 u_long mrts_cant_tunnel; /* no room for tunnel options */219 u_long mrts_wrong_if; /* arrived on wrong interface */220 u_long mrts_upq_ovflw; /* upcall Q overflow */221 u_long mrts_cache_cleanups; /* # entries with no upcalls */[all …]
84 static struct mrtstat mrtstat; variable
194 struct mrt6stat mrtstat; in mrt6_stats() local
240 struct mrtstat mrtstat; in mrt_stats() local