Lines Matching refs:STATS_INC
153 #define STATS_INC(x) ++lwip_stats.x
162 #define STATS_INC(x)
168 #define TCP_STATS_INC(x) STATS_INC(x)
176 #define UDP_STATS_INC(x) STATS_INC(x)
184 #define ICMP_STATS_INC(x) STATS_INC(x)
192 #define IGMP_STATS_INC(x) STATS_INC(x)
200 #define IP_STATS_INC(x) STATS_INC(x)
208 #define IPFRAG_STATS_INC(x) STATS_INC(x)
216 #define ETHARP_STATS_INC(x) STATS_INC(x)
224 #define LINK_STATS_INC(x) STATS_INC(x)
233 #define MEM_STATS_INC(x) STATS_INC(mem.x)
247 #define MEMP_STATS_INC(x, i) STATS_INC(memp[i].x)
260 #define SYS_STATS_INC(x) STATS_INC(sys.x)