Searched defs:mrt6stat (Results 1 – 2 of 2) sorted by relevance
139 struct mrt6stat { struct140 u_quad_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */141 u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */142 u_quad_t mrt6s_upcalls; /* # calls to mrouted */143 u_quad_t mrt6s_no_route; /* no route for packet's origin */144 u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */145 u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */146 u_quad_t mrt6s_wrong_if; /* arrived on wrong interface */147 u_quad_t mrt6s_upq_ovflw; /* upcall Q overflow */148 u_quad_t mrt6s_cache_cleanups; /* # entries with no upcalls */[all …]
138 struct mrt6stat mrt6stat; variable