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