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

/freebsd-10.1-release/sys/netipsec/
H A Dah_var.h50 struct ahstat { struct
78 VNET_PCPUSTAT_DECLARE(struct ahstat, ahstat);
81 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name , (val))
H A Dxform_ah.c92 VNET_PCPUSTAT_DEFINE(struct ahstat, ahstat);
93 VNET_PCPUSTAT_SYSINIT(ahstat); variable
96 VNET_PCPUSTAT_SYSUNINIT(ahstat); variable
105 SYSCTL_VNET_PCPUSTAT(_net_inet_ah, IPSECCTL_STATS, stats, struct ahstat,
106 ahstat, "AH statistics (struct ahstat, netipsec/ah_var.h)");
/freebsd-10.1-release/usr.bin/netstat/
H A Dipsec.c213 static void print_ahstats(const struct ahstat *ahstat);
251 print_ahstats(const struct ahstat *ahstat) argument
253 #define p(f, m) if (ahstat->f || sflag <= 1) \
254 printf("\t%ju" m, (uintmax_t)ahstat->f, plural(ahstat->f))
277 hist(ahstat->ahs_hist, ipsec_ahnames, "AH output");
286 struct ahstat ahstat; local
[all...]
/freebsd-10.1-release/tools/tools/crypto/
H A Dipsecstats.c88 struct ahstat ahs;

Completed in 64 milliseconds