Lines Matching defs:carpstats
101 struct carpstats { struct
102 uint64_t carps_ipackets; /* total input packets, IPv4 */
103 uint64_t carps_ipackets6; /* total input packets, IPv6 */
104 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 */
109 uint64_t carps_badlen; /* data length does not match */
110 uint64_t carps_badauth; /* bad authentication */
111 uint64_t carps_badvhid; /* bad VHID */
112 uint64_t carps_badaddrs; /* bad address list */
114 uint64_t carps_opackets; /* total output packets, IPv4 */
115 uint64_t carps_opackets6; /* total output packets, IPv6 */
116 uint64_t carps_onomem; /* no memory for an mbuf */
117 uint64_t carps_ostates; /* total state updates sent */
119 uint64_t carps_preempt; /* if enabled, preemptions */