VNET_PCPUSTAT_ADD
VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
VNET_PCPUSTAT_ADD(struct rtstat, rtstat, name, (val))
VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val)); \
VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name[type], 1); \
VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name[type], 1); \
VNET_PCPUSTAT_ADD(struct igmpstat, igmpstat, name, (val))
VNET_PCPUSTAT_ADD(struct divstat, divstat, div_ ## name, 1)
VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val)); \
VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, 1); \
VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name[type], 1); \
VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct espstat, espstat, name[type], 1); \
VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val)); \
VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name[type], \
VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1); \
VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))