Searched defs:ipstat (Results 1 – 5 of 5) sorted by relevance
99 struct ipstat { struct100 uint64_t ips_total; /* total packets received */101 uint64_t ips_badsum; /* checksum bad */102 uint64_t ips_tooshort; /* packet too short */103 uint64_t ips_toosmall; /* not enough data */104 uint64_t ips_badhlen; /* ip header length < data size */105 uint64_t ips_badlen; /* ip length < ip header length */106 uint64_t ips_fragments; /* fragments received */107 uint64_t ips_fragdropped; /* frags dropped (dups, out of space) */108 uint64_t ips_fragtimeout; /* fragments timed out */[all …]
41 static struct ipstat ipstat; variable
235 struct ipstat ipstat; in getentropy_fallback() local
343 uint64_t ipstat[IP_NSTATS]; in ATF_TC_BODY() local
841 struct ipstat ipstat; in ip_stats() local