Home
last modified time | relevance | path

Searched refs:carps_hdrops (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip_carp.h147 uint64_t carps_hdrops; /* packets shorter than hdr */ member
H A Dip_carp.c550 CARPSTATS_INC(carps_hdrops); in carp_input()
586 CARPSTATS_INC(carps_hdrops); in carp_input()
694 CARPSTATS_INC(carps_hdrops); in carp6_input()
/freebsd/usr.bin/netstat/
H A Dinet.c984 p(carps_hdrops, "\t\t{:dropped-short-header/%ju} " in carp_stats()