Searched defs:espstat (Results 1 – 2 of 2) sorted by relevance
50 struct espstat { struct51 uint64_t esps_hdrops; /* Packet shorter than header shows */52 uint64_t esps_nopf; /* Protocol family not supported */53 uint64_t esps_notdb;54 uint64_t esps_badkcr;78 VNET_PCPUSTAT_DECLARE(struct espstat, espstat); argument
324 print_espstats(const struct espstat *espstat) in print_espstats()372 struct espstat espstat; in esp_stats() local