Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet6/
H A Draw_ip6.h57 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
H A Dip6_var.h265 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
/freebsd-12.1/sys/netinet/
H A Dpim_var.h66 VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
H A Dicmp_var.h71 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val))
H A Dudp_var.h114 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val))
H A Dip_mroute.h228 VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
H A Dip_var.h146 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val))
H A Dicmp6.h645 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val))
H A Dtcp_var.h629 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val))
/freebsd-12.1/sys/netipsec/
H A Dipcomp_var.h75 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val))
H A Dkeysock.h78 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
H A Dah_var.h81 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name , (val))
H A Desp_var.h81 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val))
H A Dipsec6.h56 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
H A Dipsec.h293 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1)
/freebsd-12.1/sys/net/
H A Dif_arp.h127 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
H A Dvnet.h106 #define VNET_PCPUSTAT_ADD(type, name, f, v) \ macro