Searched defs:ipstat (Results 1 – 5 of 5) 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 */108 uint64_t ips_badhlen; /* ip header length < data size */109 uint64_t ips_badlen; /* ip length < ip header length */110 uint64_t ips_fragments; /* fragments received */111 uint64_t ips_fragdropped; /* frags dropped (dups, out of space) */112 uint64_t ips_fragtimeout; /* fragments timed out */[all …]
41 static struct ipstat ipstat; variable
223 struct ipstat ipstat; in getentropy_fallback() local
343 uint64_t ipstat[IP_NSTATS]; in ATF_TC_BODY() local
1022 struct ipstat ipstat; in ip_stats() local