Searched refs:esps_hdrops (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/netinet/ |
H A D | ip_esp.h | 42 uint64_t esps_hdrops; /* Packet shorter than header shows */ member 92 esps_hdrops, /* Packet shorter than header shows */ enumerator
|
H A D | ipsec_input.c | 218 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 D | ip_esp.c | 585 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 D | inet.c | 1084 p(esps_hdrops, "\t%llu packet%s shorter than header shows\n"); in esp_stats()
|