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

/freebsd-11.0-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.c74 VNET_PCPUSTAT_DEFINE(struct ipcompstat, ipcompstat);
75 VNET_PCPUSTAT_SYSINIT(ipcompstat); variable
78 VNET_PCPUSTAT_SYSUNINIT(ipcompstat); variable
85 struct ipcompstat, ipcompstat,
86 "IPCOMP statistics (struct ipcompstat, netipsec/ipcomp_var.h");
/freebsd-11.0-release/usr.bin/netstat/
H A Dipsec.c237 static void print_ipcompstats(const struct ipcompstat *ipcompstat);
398 print_ipcompstats(const struct ipcompstat *ipcompstat) argument
402 #define p(f, n, m) if (ipcompstat->f || sflag <= 1) \
404 (uintmax_t)ipcompstat->f, plural(ipcompstat->f))
428 hist(ipcompstat->ipcomps_hist, ipsec_compnames,
444 struct ipcompstat ipcompstat; local
[all...]

Completed in 59 milliseconds