Home
last modified time | relevance | path

Searched refs:IPFRAG_STATS_INC (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c282 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass_enqueue_new_datagram()
486 IPFRAG_STATS_INC(ip_frag.recv); in ip_reass()
493 IPFRAG_STATS_INC(ip_frag.err); in ip_reass()
511 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass()
527 IPFRAG_STATS_INC(ip_frag.cachehit); in ip_reass()
610 IPFRAG_STATS_INC(ip_frag.drop); in ip_reass()
830 IPFRAG_STATS_INC(ip_frag.xmit); in ip_frag()
843 IPFRAG_STATS_INC(ip_frag.xmit); in ip_frag()
/external/syslinux/core/lwip/src/include/lwip/
Dstats.h208 #define IPFRAG_STATS_INC(x) STATS_INC(x) macro
211 #define IPFRAG_STATS_INC(x) macro