Searched defs:ip6stat (Results 1 – 3 of 3) sorted by relevance
183 struct ip6stat { struct185 uint64_t ip6s_tooshort; /* packet too short */186 uint64_t ip6s_toosmall; /* not enough data */191 uint64_t ip6s_forward; /* packets forwarded */204 uint64_t ip6s_badvers; /* ip6 version != 6 */206 uint64_t ip6s_badscope; /* scope error */210 uint64_t ip6s_m1; /* one mbuf */213 uint64_t ip6s_mext1; /* one ext mbuf */216 uint64_t ip6s_nogif; /* no match gif found */227 uint64_t ip6s_sources_none;[all …]
361 struct ip6stat ip6stat; in ip6_stats() local