/freebsd/sys/netipsec/ |
H A D | ipcomp_var.h | 77 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val)); \ 82 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name[type], \
|
H A D | esp_var.h | 85 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val)); \ 91 VNET_PCPUSTAT_ADD(struct espstat, espstat, name[type], 1); \
|
H A D | ah_var.h | 83 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name, (val)); \ 88 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name[type], 1); \
|
H A D | ipsec6.h | 55 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
|
H A D | keysock.h | 80 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
|
H A D | ipsec.h | 305 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1); \
|
/freebsd/sys/netinet/ |
H A D | icmp_var.h | 70 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val)); \ 77 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name[type], 1); \
|
H A D | pim_var.h | 64 VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
|
H A D | igmp_var.h | 188 VNET_PCPUSTAT_ADD(struct igmpstat, igmpstat, name, (val))
|
H A D | udp_var.h | 134 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val)); \
|
H A D | icmp6.h | 649 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val)); \ 655 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name[type], 1); \
|
H A D | ip_mroute.h | 225 VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
|
H A D | ip_var.h | 149 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val)); \
|
H A D | ip_divert.c | 129 VNET_PCPUSTAT_ADD(struct divstat, divstat, div_ ## name, 1)
|
H A D | tcp_var.h | 1116 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val)); \
|
/freebsd/sys/netinet6/ |
H A D | raw_ip6.h | 56 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
|
H A D | ip6_var.h | 272 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val)); \ 279 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, 1); \
|
/freebsd/sys/net/ |
H A D | if_arp.h | 125 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
|
H A D | vnet.h | 106 #define VNET_PCPUSTAT_ADD(type, name, f, v) \ macro
|
/freebsd/sys/net/route/ |
H A D | route_var.h | 133 VNET_PCPUSTAT_ADD(struct rtstat, rtstat, name, (val))
|