Home
last modified time | relevance | path

Searched refs:VNET_PCPUSTAT_ADD (Results 1 – 18 of 18) sorted by relevance

/freebsd-10-stable/sys/netinet6/
Draw_ip6.h55 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
Dip6_var.h253 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
/freebsd-10-stable/sys/netinet/
Dpim_var.h64 VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
Dicmp_var.h69 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val))
Dudp_var.h110 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val))
Dip_mroute.h226 VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
Dip_var.h142 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val))
Dicmp6.h640 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val))
Dtcp_var.h559 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val))
/freebsd-10-stable/sys/netipsec/
Dipip_var.h67 VNET_PCPUSTAT_ADD(struct ipipstat, ipipstat, name, (val))
Dipcomp_var.h73 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val))
Dipsec6.h54 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
Desp_var.h81 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val))
Dah_var.h81 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name , (val))
Dkeysock.h76 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
Dipsec.h309 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1)
/freebsd-10-stable/sys/net/
Dif_arp.h140 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
Dvnet.h101 #define VNET_PCPUSTAT_ADD(type, name, f, v) \ macro