Searched refs:ipsecstat (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/usr.bin/netstat/
H A Dipsec.c169 static void print_ipsecstats(const struct ipsecstat *ipsecstat);
172 print_ipsecstats(const struct ipsecstat *ipsecstat) argument
174 #define p(f, m) if (ipsecstat->f || sflag <= 1) \
175 printf(m, (uintmax_t)ipsecstat->f, plural(ipsecstat->f))
200 struct ipsecstat ipsecstat; local
203 if (fetch_stats("net.inet6.ipsec6.ipsecstats", off,&ipsecstat,
[all...]
/freebsd-10.3-release/sys/netipsec/
H A Dipsec6.h46 VNET_PCPUSTAT_DECLARE(struct ipsecstat, ipsec6stat);
54 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
H A Dipsec.h223 struct ipsecstat { struct
296 VNET_PCPUSTAT_DECLARE(struct ipsecstat, ipsec4stat);
309 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1)
H A Dipsec.c106 VNET_PCPUSTAT_DEFINE(struct ipsecstat, ipsec4stat);
175 SYSCTL_VNET_PCPUSTAT(_net_inet_ipsec, OID_AUTO, ipsecstats, struct ipsecstat,
198 VNET_PCPUSTAT_DEFINE(struct ipsecstat, ipsec6stat);
236 struct ipsecstat, ipsec6stat, "IPsec IPv6 statistics.");
/freebsd-10.3-release/tools/tools/crypto/
H A Dipsecstats.c87 struct ipsecstat ips;

Completed in 64 milliseconds