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