Home
last modified time | relevance | path

Searched defs:espstat (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netipsec/
H A Desp_var.h49 struct espstat { struct
50 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
/freebsd/usr.bin/netstat/
H A Dipsec.c316 print_espstats(const struct espstat *espstat) in print_espstats()
364 struct espstat espstat; in esp_stats() local