Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipcomp_var.h77 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name, (val)); \
82 VNET_PCPUSTAT_ADD(struct ipcompstat, ipcompstat, name[type], \
H A Desp_var.h85 VNET_PCPUSTAT_ADD(struct espstat, espstat, name, (val)); \
91 VNET_PCPUSTAT_ADD(struct espstat, espstat, name[type], 1); \
H A Dah_var.h83 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name, (val)); \
88 VNET_PCPUSTAT_ADD(struct ahstat, ahstat, name[type], 1); \
H A Dipsec6.h55 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec6stat, name, 1)
H A Dkeysock.h80 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
H A Dipsec.h305 VNET_PCPUSTAT_ADD(struct ipsecstat, ipsec4stat, name, 1); \
/freebsd/sys/netinet/
H A Dicmp_var.h70 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name, (val)); \
77 VNET_PCPUSTAT_ADD(struct icmpstat, icmpstat, name[type], 1); \
H A Dpim_var.h64 VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
H A Digmp_var.h188 VNET_PCPUSTAT_ADD(struct igmpstat, igmpstat, name, (val))
H A Dudp_var.h134 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val)); \
H A Dicmp6.h649 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val)); \
655 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name[type], 1); \
H A Dip_mroute.h225 VNET_PCPUSTAT_ADD(struct mrtstat, mrtstat, name, (val))
H A Dip_var.h149 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val)); \
H A Dip_divert.c129 VNET_PCPUSTAT_ADD(struct divstat, divstat, div_ ## name, 1)
H A Dtcp_var.h1116 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val)); \
/freebsd/sys/netinet6/
H A Draw_ip6.h56 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
H A Dip6_var.h272 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val)); \
279 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, 1); \
/freebsd/sys/net/
H A Dif_arp.h125 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
H A Dvnet.h106 #define VNET_PCPUSTAT_ADD(type, name, f, v) \ macro
/freebsd/sys/net/route/
H A Droute_var.h133 VNET_PCPUSTAT_ADD(struct rtstat, rtstat, name, (val))