HomeSort by: relevance | last modified time | path
    Searched refs:_NET_STATINC (Results 1 - 18 of 18) sorted by relevancy

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

Completed in 25 milliseconds