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

/freebsd-11-stable/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.c75 VNET_PCPUSTAT_DEFINE(struct ipcompstat, ipcompstat);
76 VNET_PCPUSTAT_SYSINIT(ipcompstat); variable
79 VNET_PCPUSTAT_SYSUNINIT(ipcompstat); variable
86 struct ipcompstat, ipcompstat,
87 "IPCOMP statistics (struct ipcompstat, netipsec/ipcomp_var.h");
/freebsd-11-stable/usr.bin/netstat/
H A Dipsec.c227 static void print_ipcompstats(const struct ipcompstat *ipcompstat);
388 print_ipcompstats(const struct ipcompstat *ipcompstat) argument
392 #define p(f, n, m) if (ipcompstat->f || sflag <= 1) \
394 (uintmax_t)ipcompstat->f, plural(ipcompstat->f))
418 hist(ipcompstat->ipcomps_hist, ipsec_compnames,
434 struct ipcompstat ipcompstat; local
[all...]

Completed in 128 milliseconds