Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dip4_frag.c315 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass_enqueue_new_datagram()
534 IPFRAG_STATS_INC(ip_frag.recv); in ip4_reass()
541 IPFRAG_STATS_INC(ip_frag.err); in ip4_reass()
565 IPFRAG_STATS_INC(ip_frag.memerr); in ip4_reass()
581 IPFRAG_STATS_INC(ip_frag.cachehit); in ip4_reass()
709 IPFRAG_STATS_INC(ip_frag.drop); in ip4_reass()
893 IPFRAG_STATS_INC(ip_frag.xmit); in ip4_frag()
/third_party/lwip/src/include/lwip/
Dstats.h365 #define IPFRAG_STATS_INC(x) STATS_INC(x) macro
368 #define IPFRAG_STATS_INC(x) macro