Home
last modified time | relevance | path

Searched refs:esps_hdrops (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet/
H A Dip_esp.h42 uint64_t esps_hdrops; /* Packet shorter than header shows */ member
92 esps_hdrops, /* Packet shorter than header shows */ enumerator
H A Dipsec_input.c223 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input()
396 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input_cb()
415 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input_cb()
439 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, in ipsec_common_input_cb()
457 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, in ipsec_common_input_cb()
487 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input_cb()
812 espstat_inc(esps_hdrops); in esp46_input()
H A Dip_esp.c585 espstat_inc(esps_hdrops); in esp_input()
817 espstat_inc(esps_hdrops); in esp_output()
832 espstat_inc(esps_hdrops); in esp_output()
858 espstat_inc(esps_hdrops); in esp_output()
/openbsd/usr.bin/netstat/
H A Dinet.c1084 p(esps_hdrops, "\t%llu packet%s shorter than header shows\n"); in esp_stats()