Searched refs:lwip_stats (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dstats.h140 extern struct stats_ lwip_stats;
144 #define STATS_INC(x) ++lwip_stats.x
145 #define STATS_DEC(x) --lwip_stats.x
154 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP")
162 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP")
170 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP")
178 #define IGMP_STATS_DISPLAY() stats_display_igmp(&lwip_stats.igmp)
186 #define IP_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip, "IP")
194 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
202 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats
[all...]
/barrelfish-master/include/lwip2/lwip/
H A Dstats.h304 extern struct stats_ lwip_stats;
309 #define STATS_INC(x) ++lwip_stats.x
310 #define STATS_DEC(x) --lwip_stats.x
311 #define STATS_INC_USED(x, y) do { lwip_stats.x.used += y; \
312 if (lwip_stats.x.max < lwip_stats.x.used) { \
313 lwip_stats.x.max = lwip_stats.x.used; \
316 #define STATS_GET(x) lwip_stats.x
326 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats
[all...]
/barrelfish-master/lib/lwip2/src/core/
H A Dstats.c50 struct stats_ lwip_stats; variable in typeref:struct:stats_
57 lwip_stats.mem.name = "MEM";
H A Dmemp.c280 lwip_stats.memp[i] = memp_pools[i]->stats;
/barrelfish-master/lib/lwip/src/core/
H A Dstats.c49 struct stats_ lwip_stats; variable in typeref:struct:stats_

Completed in 39 milliseconds