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

/freebsd-13-stable/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.c94 VNET_PCPUSTAT_DEFINE(struct ahstat, ahstat);
95 VNET_PCPUSTAT_SYSINIT(ahstat); variable
98 VNET_PCPUSTAT_SYSUNINIT(ahstat); variable
107 SYSCTL_VNET_PCPUSTAT(_net_inet_ah, IPSECCTL_STATS, stats, struct ahstat,
108 ahstat, "AH statistics (struct ahstat, netipsec/ah_var.h)");
/freebsd-13-stable/usr.bin/netstat/
H A Dipsec.c221 static void print_ahstats(const struct ahstat *ahstat);
264 print_ahstats(const struct ahstat *ahstat) argument
268 #define p(f, n, m) if (ahstat->f || sflag <= 1) \
270 (uintmax_t)ahstat->f, plural(ahstat->f))
301 hist(ahstat->ahs_hist, ipsec_ahnames,
312 struct ahstat ahstat; local
[all...]
/freebsd-13-stable/tools/tools/crypto/
H A Dipsecstats.c92 struct ahstat ahs;

Completed in 111 milliseconds