Searched defs:ip6stat (Results 1 – 2 of 2) sorted by relevance
216 struct ip6stat { struct217 uint64_t ip6s_total; /* total packets received */218 uint64_t ip6s_tooshort; /* packet too short */219 uint64_t ip6s_toosmall; /* not enough data */220 uint64_t ip6s_fragments; /* fragments received */221 uint64_t ip6s_fragdropped; /* frags dropped(dups, out of space) */222 uint64_t ip6s_fragtimeout; /* fragments timed out */223 uint64_t ip6s_fragoverflow; /* fragments that exceeded limit */224 uint64_t ip6s_forward; /* packets forwarded */225 uint64_t ip6s_cantforward; /* packets rcvd for unreachable dest */[all …]
352 struct ip6stat ip6stat; in ip6_stats() local