Home
last modified time | relevance | path

Searched refs:VNET_PCPUSTAT_DECLARE (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/sys/netinet6/
H A Draw_ip6.h55 VNET_PCPUSTAT_DECLARE(struct rip6stat, rip6stat);
H A Dip6_var.h263 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat);
/freebsd-12.1/sys/netipsec/
H A Dipcomp_var.h72 VNET_PCPUSTAT_DECLARE(struct ipcompstat, ipcompstat);
H A Dkeysock.h76 VNET_PCPUSTAT_DECLARE(struct pfkeystat, pfkeystat);
H A Dah_var.h78 VNET_PCPUSTAT_DECLARE(struct ahstat, ahstat);
H A Desp_var.h78 VNET_PCPUSTAT_DECLARE(struct espstat, espstat);
H A Dipsec6.h48 VNET_PCPUSTAT_DECLARE(struct ipsecstat, ipsec6stat);
H A Dipsec.h279 VNET_PCPUSTAT_DECLARE(struct ipsecstat, ipsec4stat);
/freebsd-12.1/sys/netinet/
H A Dicmp_var.h65 VNET_PCPUSTAT_DECLARE(struct icmpstat, icmpstat);
H A Dudp_var.h108 VNET_PCPUSTAT_DECLARE(struct udpstat, udpstat);
H A Dip_var.h140 VNET_PCPUSTAT_DECLARE(struct ipstat, ipstat);
H A Dicmp6.h639 VNET_PCPUSTAT_DECLARE(struct icmp6stat, icmp6stat);
H A Dtcp_var.h623 VNET_PCPUSTAT_DECLARE(struct tcpstat, tcpstat); /* tcp statistics */
/freebsd-12.1/sys/net/
H A Dif_arp.h121 VNET_PCPUSTAT_DECLARE(struct arpstat, arpstat);
H A Dvnet.h91 #define VNET_PCPUSTAT_DECLARE(type, name) \ macro