Symbol: _NET_STATINC
sys/dev/marvell/mvxpsec.c
2522
_NET_STATINC(espstat_percpu, ESP_STAT_TOOBIG);
sys/dev/marvell/mvxpsec.c
2573
_NET_STATINC(espstat_percpu, ESP_STAT_TOOBIG);
sys/dist/pf/net/if_pfsync.c
92
#define PFSYNC_STATINC(x) _NET_STATINC(pfsyncstat_percpu, x)
sys/net/if_stats.h
69
_NET_STATINC((ifp)->if_stats, x);
sys/netatalk/ddp_private.h
40
#define DDP_STATINC(x) _NET_STATINC(ddpstat_percpu, x)
sys/netinet/icmp_private.h
45
#define ICMP_STATINC(x) _NET_STATINC(icmpstat_percpu, x)
sys/netinet/if_arp.c
210
#define ARP_STATINC(x) _NET_STATINC(arpstat_percpu, x)
sys/netinet/igmp.c
92
#define IGMP_STATINC(x) _NET_STATINC(igmpstat_percpu, x)
sys/netinet/ip_carp.c
161
#define CARP_STATINC(x) _NET_STATINC(carpstat_percpu, x)
sys/netinet/ip_private.h
43
#define IP_STATINC(x) _NET_STATINC(ipstat_percpu, x)
sys/netinet/tcp_private.h
43
#define TCP_STATINC(x) _NET_STATINC(tcpstat_percpu, x)
sys/netinet/udp_private.h
40
#define UDP_STATINC(x) _NET_STATINC(udpstat_percpu, x)
sys/netinet6/icmp6_private.h
43
#define ICMP6_STATINC(x) _NET_STATINC(icmp6stat_percpu, x)
sys/netinet6/ip6_mroute.c
224
#define PIM6_STATINC(x) _NET_STATINC(pim6stat_percpu, x)
sys/netinet6/ip6_private.h
43
#define IP6_STATINC(x) _NET_STATINC(ip6stat_percpu, x)
sys/netinet6/raw_ip6.c
120
#define RIP6_STATINC(x) _NET_STATINC(rip6stat_percpu, x)
sys/netinet6/udp6_private.h
40
#define UDP6_STATINC(x) _NET_STATINC(udp6stat_percpu, x)
sys/netipsec/ipsec_private.h
47
#define IPSEC_STATINC(x) _NET_STATINC(ipsecstat_percpu, x)
sys/netipsec/ipsec_private.h
50
#define AH_STATINC(x) _NET_STATINC(ahstat_percpu, x)
sys/netipsec/ipsec_private.h
53
#define ESP_STATINC(x) _NET_STATINC(espstat_percpu, x)
sys/netipsec/ipsec_private.h
56
#define IPCOMP_STATINC(x) _NET_STATINC(ipcompstat_percpu, x)
sys/netipsec/ipsec_private.h
59
#define IPIP_STATINC(x) _NET_STATINC(ipipstat_percpu, x)
sys/netipsec/ipsec_private.h
64
#define PFKEY_STATINC(x) _NET_STATINC(pfkeystat_percpu, x)