Home
last modified time | relevance | path

Searched defs:mrt6stat (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_mroute.h124 struct mrt6stat { struct
125 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 …]
H A Dip6_mroute.c158 static struct mrt6stat mrt6stat; variable