Searched defs:ipstat (Results 1 – 3 of 3) sorted by relevance
103 struct ipstat { struct104 uint64_t ips_total; /* total packets received */105 uint64_t ips_badsum; /* checksum bad */106 uint64_t ips_tooshort; /* packet too short */107 uint64_t ips_toosmall; /* not enough data */109 uint64_t ips_badlen; /* ip length < ip header length */110 uint64_t ips_fragments; /* fragments received */112 uint64_t ips_fragtimeout; /* fragments timed out */113 uint64_t ips_forward; /* packets forwarded */114 uint64_t ips_fastforward; /* packets fast forwarded */[all …]
1010 struct ipstat ipstat; in ip_stats() local