Lines Matching defs:carpstats
104 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 */
114 uint64_t carps_badvhid; /* bad VHID */
115 uint64_t carps_badaddrs; /* bad address list */
117 uint64_t carps_opackets; /* total output packets, IPv4 */
118 uint64_t carps_opackets6; /* total output packets, IPv6 */
119 uint64_t carps_onomem; /* no memory for an mbuf */
120 uint64_t carps_ostates; /* total state updates sent */
122 uint64_t carps_preempt; /* if enabled, preemptions */