Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Desp_var.h50 struct espstat { struct
51 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
/f-stack/tools/netstat/
H A Dipsec.c324 print_espstats(const struct espstat *espstat) in print_espstats()
372 struct espstat espstat; in esp_stats() local