Home
last modified time | relevance | path

Searched defs:carpstats (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dip_carp.h104 struct carpstats { struct
105 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 …]
H A Dip_carp.c350 static struct carpstats carpstats; variable