Home
last modified time | relevance | path

Searched refs:cachehit (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dstats.c86 LWIP_PLATFORM_DIAG(("cachehit: %"STAT_COUNTER_F"\n", proto->cachehit)); in stats_display_proto()
Dudp.c205 UDP_STATS_INC(udp.cachehit);
/external/syslinux/core/lwip/src/include/lwip/
Dstats.h70 STAT_COUNTER cachehit; member
/external/syslinux/core/lwip/src/netif/
Dundiif.c736 ETHARP_STATS_INC(etharp.cachehit); in find_entry()
746 ETHARP_STATS_INC(etharp.cachehit); in find_entry()
Detharp.c905 ETHARP_STATS_INC(etharp.cachehit);
/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c527 IPFRAG_STATS_INC(ip_frag.cachehit); in ip_reass()