Searched defs:carpstats (Results 1 – 2 of 2) sorted by relevance
104 struct carpstats { struct105 uint64_t carps_ipackets; /* total input packets, IPv4 */106 uint64_t carps_ipackets6; /* total input packets, IPv6 */107 uint64_t carps_badif; /* wrong interface */108 uint64_t carps_badttl; /* TTL is not CARP_DFLTTL */109 uint64_t carps_hdrops; /* packets shorter than hdr */110 uint64_t carps_badsum; /* bad checksum */111 uint64_t carps_badver; /* bad (incl unsupp) version */112 uint64_t carps_badlen; /* data length does not match */113 uint64_t carps_badauth; /* bad authentication */[all …]
350 static struct carpstats carpstats; variable