Searched refs:ipcompstat (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netipsec/
H A Dipcomp_var.h45 struct ipcompstat { struct
70 VNET_PCPUSTAT_DECLARE(struct ipcompstat, ipcompstat);
73 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val))
H A Dxform_ipcomp.c72 VNET_PCPUSTAT_DEFINE(struct ipcompstat, ipcompstat);
73 VNET_PCPUSTAT_SYSINIT(ipcompstat); variable
76 VNET_PCPUSTAT_SYSUNINIT(ipcompstat); variable
83 struct ipcompstat, ipcompstat,
84 "IPCOMP statistics (struct ipcompstat, netipsec/ipcomp_var.h");
/freebsd-10.3-release/usr.bin/netstat/
H A Dipsec.c222 static void print_ipcompstats(const struct ipcompstat *ipcompstat);
351 print_ipcompstats(const struct ipcompstat *ipcompstat) argument
353 #define p(f, m) if (ipcompstat->f || sflag <= 1) \
354 printf("\t%ju" m, (uintmax_t)ipcompstat->f, plural(ipcompstat->f))
373 hist(ipcompstat->ipcomps_hist, ipsec_compnames, "COMP output");
385 struct ipcompstat ipcompstat; local
[all...]

Completed in 54 milliseconds