Searched defs:espstat (Results 1 – 2 of 2) sorted by relevance
49 struct espstat { struct50 uint64_t esps_hdrops; /* Packet shorter than header shows */51 uint64_t esps_nopf; /* Protocol family not supported */52 uint64_t esps_notdb;53 uint64_t esps_badkcr;54 uint64_t esps_qfull;55 uint64_t esps_noxform;56 uint64_t esps_badilen;80 VNET_PCPUSTAT_DECLARE(struct espstat, espstat); argument
316 print_espstats(const struct espstat *espstat) in print_espstats()364 struct espstat espstat; in esp_stats() local