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.c218 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input()
391 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input_cb()
410 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input_cb()
434 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, in ipsec_common_input_cb()
452 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, in ipsec_common_input_cb()
482 IPSEC_ISTAT(esps_hdrops, ahs_hdrops, ipcomps_hdrops); in ipsec_common_input_cb()
817 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.c1089 p(esps_hdrops, "\t%llu packet%s shorter than header shows\n"); in esp_stats()