Home
last modified time | relevance | path

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

/freebsd-head/sys/netipsec/
HDipcomp_var.h77 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val)); \
82 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name[type], \
HDesp_var.h85 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val)); \
91 VNET_PCPUSTAT_ADD(struct espstat, espstat, name[type], 1); \
HDah_var.h83 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name, (val)); \
88 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name[type], 1); \
HDipsec6.h55 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
HDkeysock.h80 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
HDipsec.h305 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1); \
/freebsd-head/sys/netinet/
HDicmp_var.h70 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val)); \
77 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name[type], 1); \
HDpim_var.h64 VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
HDigmp_var.h188 VNET_PCPUSTAT_ADD(struct igmpstat, igmpstat, name, (val))
HDudp_var.h134 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val)); \
HDicmp6.h649 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val)); \
655 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name[type], 1); \
HDip_mroute.h225 VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
HDip_var.h149 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val)); \
HDip_divert.c129 VNET_PCPUSTAT_ADD(struct divstat, divstat, div_ ## name, 1)
HDtcp_var.h1116 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val)); \
/freebsd-head/sys/netinet6/
HDraw_ip6.h56 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
HDip6_var.h272 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val)); \
279 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, 1); \
/freebsd-head/sys/net/
HDif_arp.h125 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
HDvnet.h106 #define VNET_PCPUSTAT_ADD(type, name, f, v) \ macro
/freebsd-head/sys/net/route/
HDroute_var.h133 VNET_PCPUSTAT_ADD(struct rtstat, rtstat, name, (val))