Lines Matching defs:carpstats
142 struct carpstats { struct
143 uint64_t carps_ipackets; /* total input packets, IPv4 */
144 uint64_t carps_ipackets6; /* total input packets, IPv6 */
145 uint64_t carps_badif; /* wrong interface */
146 uint64_t carps_badttl; /* TTL is not CARP_DFLTTL */
147 uint64_t carps_hdrops; /* packets shorter than hdr */
148 uint64_t carps_badsum; /* bad checksum */
149 uint64_t carps_badver; /* bad (incl unsupp) version */
150 uint64_t carps_badlen; /* data length does not match */
151 uint64_t carps_badauth; /* bad authentication */
152 uint64_t carps_badvhid; /* bad VHID */
153 uint64_t carps_badaddrs; /* bad address list */
155 uint64_t carps_opackets; /* total output packets, IPv4 */
156 uint64_t carps_opackets6; /* total output packets, IPv6 */
157 uint64_t carps_onomem; /* no memory for an mbuf */
158 uint64_t carps_ostates; /* total state updates sent */
160 uint64_t carps_preempt; /* if enabled, preemptions */