Searched refs:espstat (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netipsec/
H A Desp_var.h50 struct espstat { struct
78 VNET_PCPUSTAT_DECLARE(struct espstat, espstat);
81 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val))
H A Dxform_esp.c80 VNET_PCPUSTAT_DEFINE(struct espstat, espstat);
81 VNET_PCPUSTAT_SYSINIT(espstat); variable
84 VNET_PCPUSTAT_SYSUNINIT(espstat); variable
91 struct espstat, espstat,
92 "ESP statistics (struct espstat, netipsec/esp_var.h");
/freebsd-10.0-release/usr.bin/netstat/
H A Dipsec.c214 static void print_espstats(const struct espstat *espstat);
297 print_espstats(const struct espstat *espstat) argument
299 #define p(f, m) if (espstat->f || sflag <= 1) \
300 printf("\t%ju" m, (uintmax_t)espstat->f, plural(espstat->f))
324 hist(espstat->esps_hist, ipsec_espnames, "ESP output");
333 struct espstat espstat; local
[all...]
/freebsd-10.0-release/tools/tools/crypto/
H A Dipsecstats.c89 struct espstat esps;

Completed in 69 milliseconds