Searched defs:mrt6stat (Results 1 – 2 of 2) sorted by relevance
124 struct mrt6stat { struct125 uint64_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */126 uint64_t mrt6s_mfc_misses; /* # forw. cache hash table misses */127 uint64_t mrt6s_upcalls; /* # calls to multicast routing daemon */128 uint64_t mrt6s_no_route; /* no route for packet's origin */129 uint64_t mrt6s_bad_tunnel; /* malformed tunnel options */130 uint64_t mrt6s_cant_tunnel; /* no room for tunnel options */131 uint64_t mrt6s_wrong_if; /* arrived on wrong interface */132 uint64_t mrt6s_upq_ovflw; /* upcall Q overflow */133 uint64_t mrt6s_cache_cleanups; /* # entries with no upcalls */[all …]
158 static struct mrt6stat mrt6stat; variable