Searched refs:VNET_PCPUSTAT_ADD (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/sys/netinet6/ |
| H A D | raw_ip6.h | 57 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
|
| H A D | ip6_var.h | 265 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
|
| /freebsd-12.1/sys/netinet/ |
| H A D | pim_var.h | 66 VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
|
| H A D | icmp_var.h | 71 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val))
|
| H A D | udp_var.h | 114 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val))
|
| H A D | ip_mroute.h | 228 VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
|
| H A D | ip_var.h | 146 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val))
|
| H A D | icmp6.h | 645 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val))
|
| H A D | tcp_var.h | 629 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val))
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | ipcomp_var.h | 75 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val))
|
| H A D | keysock.h | 78 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
|
| H A D | ah_var.h | 81 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name , (val))
|
| H A D | esp_var.h | 81 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val))
|
| H A D | ipsec6.h | 56 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
|
| H A D | ipsec.h | 293 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1)
|
| /freebsd-12.1/sys/net/ |
| H A D | if_arp.h | 127 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
|
| H A D | vnet.h | 106 #define VNET_PCPUSTAT_ADD(type, name, f, v) \ macro
|