Searched defs:ip6stat (Results 1 – 2 of 2) sorted by relevance
198 struct ip6stat { struct199 uint64_t ip6s_total; /* total packets received */200 uint64_t ip6s_tooshort; /* packet too short */201 uint64_t ip6s_toosmall; /* not enough data */202 uint64_t ip6s_fragments; /* fragments received */203 uint64_t ip6s_fragdropped; /* frags dropped(dups, out of space) */204 uint64_t ip6s_fragtimeout; /* fragments timed out */205 uint64_t ip6s_fragoverflow; /* fragments that exceeded limit */206 uint64_t ip6s_forward; /* packets forwarded */207 uint64_t ip6s_cantforward; /* packets rcvd for unreachable dest */[all …]
352 struct ip6stat ip6stat; in ip6_stats() local