Searched defs:carpstats (Results 1 – 2 of 2) sorted by relevance
101 struct carpstats { struct104 uint64_t carps_badif; /* wrong interface */105 uint64_t carps_badttl; /* TTL is not CARP_DFLTTL */106 uint64_t carps_hdrops; /* packets shorter than hdr */107 uint64_t carps_badsum; /* bad checksum */108 uint64_t carps_badver; /* bad (incl unsupp) version */110 uint64_t carps_badauth; /* bad authentication */111 uint64_t carps_badvhid; /* bad VHID */112 uint64_t carps_badaddrs; /* bad address list */116 uint64_t carps_onomem; /* no memory for an mbuf */[all …]