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

/freebsd-13-stable/usr.bin/netstat/
H A Dipsec.c157 static void print_ipsecstats(const struct ipsecstat *ipsecstat);
160 print_ipsecstats(const struct ipsecstat *ipsecstat) argument
164 #define p(f, m) if (ipsecstat->f || sflag <= 1) \
165 xo_emit(m, (uintmax_t)ipsecstat->f, plural(ipsecstat->f))
166 #define p2(f, m) if (ipsecstat->f || sflag <= 1) \
167 xo_emit(m, (uintmax_t)ipsecstat->f, plurales(ipsecstat
203 struct ipsecstat ipsecstat; local
[all...]
/freebsd-13-stable/sys/netipsec/
H A Dipsec6.h48 VNET_PCPUSTAT_DECLARE(struct ipsecstat, ipsec6stat);
56 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
H A Dipsec.h205 struct ipsecstat { struct
274 VNET_PCPUSTAT_DECLARE(struct ipsecstat, ipsec4stat);
286 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1)
H A Dipsec.c106 VNET_PCPUSTAT_DEFINE(struct ipsecstat, ipsec4stat);
217 SYSCTL_VNET_PCPUSTAT(_net_inet_ipsec, OID_AUTO, ipsecstats, struct ipsecstat,
240 VNET_PCPUSTAT_DEFINE(struct ipsecstat, ipsec6stat);
282 struct ipsecstat, ipsec6stat, "IPsec IPv6 statistics.");
/freebsd-13-stable/tools/tools/crypto/
H A Dipsecstats.c91 struct ipsecstat ips;

Completed in 112 milliseconds