Home
last modified time | relevance | path

Searched refs:espstat (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/netstat/
H A Dipsec.c222 static void print_espstats(const struct espstat *espstat);
324 print_espstats(const struct espstat *espstat) in print_espstats() argument
327 #define p(f, n, m) if (espstat->f || sflag <= 1) \ in print_espstats()
329 (uintmax_t)espstat->f, plural(espstat->f)) in print_espstats()
361 hist(espstat->esps_hist, ipsec_espnames, in print_espstats()
372 struct espstat espstat; in esp_stats() local
374 if (fetch_stats("net.inet.esp.stats", off, &espstat, in esp_stats()
375 sizeof(espstat), kread_counters) != 0) in esp_stats()
380 print_espstats(&espstat); in esp_stats()
/f-stack/freebsd/netipsec/
H A Desp_var.h50 struct espstat { struct
78 VNET_PCPUSTAT_DECLARE(struct espstat, espstat); argument
81 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val))
H A Dxform_esp.c88 VNET_PCPUSTAT_DEFINE(struct espstat, espstat);
89 VNET_PCPUSTAT_SYSINIT(espstat);
92 VNET_PCPUSTAT_SYSUNINIT(espstat);
102 struct espstat, espstat,