Home
last modified time | relevance | path

Searched refs:MIB2_STATS_INC (Results 1 – 15 of 15) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dicmp.c92 MIB2_STATS_INC(mib2.icmpinmsgs); in icmp_input()
115 MIB2_STATS_INC(mib2.icmpinechoreps); in icmp_input()
118 MIB2_STATS_INC(mib2.icmpinechos); in icmp_input()
151 MIB2_STATS_INC(mib2.icmpinerrors); in icmp_input()
245 MIB2_STATS_INC(mib2.icmpoutmsgs); in icmp_input()
247 MIB2_STATS_INC(mib2.icmpoutechoreps); in icmp_input()
259 MIB2_STATS_INC(mib2.icmpindestunreachs); in icmp_input()
261 MIB2_STATS_INC(mib2.icmpintimeexcds); in icmp_input()
263 MIB2_STATS_INC(mib2.icmpinparmprobs); in icmp_input()
265 MIB2_STATS_INC(mib2.icmpinsrcquenchs); in icmp_input()
[all …]
Dip4.c253 MIB2_STATS_INC(mib2.ipoutnoroutes);
355 MIB2_STATS_INC(mib2.ipinhdrerrors);
377 MIB2_STATS_INC(mib2.ipforwdatagrams);
401 MIB2_STATS_INC(mib2.ipoutnoroutes);
475 MIB2_STATS_INC(mib2.ipinreceives);
489 MIB2_STATS_INC(mib2.ipinhdrerrors);
530 MIB2_STATS_INC(mib2.ipindiscards);
545 MIB2_STATS_INC(mib2.ipinhdrerrors);
652 MIB2_STATS_INC(mib2.ipinaddrerrors);
653 MIB2_STATS_INC(mib2.ipindiscards);
[all …]
Dip4_frag.c176 MIB2_STATS_INC(mib2.ipreasmfails); in ip_reass_free_complete_datagram()
535 MIB2_STATS_INC(mib2.ipreasmreqds); in ip4_reass()
690 MIB2_STATS_INC(mib2.ipreasmoks); in ip4_reass()
906 MIB2_STATS_INC(mib2.ipfragoks); in ip4_frag()
909 MIB2_STATS_INC(mib2.ipfragfails); in ip4_frag()
/third_party/lwip/
D0086-log-add-errevent-log-and-tcp-exception-statistics.patch21 + MIB2_STATS_INC(mib2.tcpacceptmboxfull);
49 + MIB2_STATS_INC(mib2.tcplistendrops);
57 + MIB2_STATS_INC(mib2.tcpoutofseq);
D0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch85 + MIB2_STATS_INC(mib2.tcpdelayackcnt);
93 + MIB2_STATS_INC(mib2.tcpfinackcnt);
101 + MIB2_STATS_INC(mib2.tcpredusedcnt);
D0061-fix-pbuf-leak-in-udp-connection.patch16 MIB2_STATS_INC(mib2.udpoutdatagrams);
D0044-skip-unnecessary-tcp_route.patch70 MIB2_STATS_INC(mib2.tcpoutrsts);
D0064-fix-udp-send-recv-in-multiple-queue.patch125 MIB2_STATS_INC(mib2.udpoutdatagrams);
D0075-adapt-read-write-for-rtc-mode.patch402 MIB2_STATS_INC(mib2.tcpretranssegs);
D0002-adapt-lstack.patch2083 MIB2_STATS_INC(mib2.ipforwdatagrams);
2099 MIB2_STATS_INC(mib2.ipinreceives);
2104 MIB2_STATS_INC(mib2.ipindelivers);
2112 MIB2_STATS_INC(mib2.ipindelivers);
2415 MIB2_STATS_INC(mib2.tcpattemptfails);
2482 MIB2_STATS_INC(mib2.tcpactiveopens);
2712 MIB2_STATS_INC(mib2.tcpinsegs);
3061 MIB2_STATS_INC(mib2.udpinerrors);
4626 #define MIB2_STATS_INC(x)
/third_party/lwip/src/core/
Dudp.c235 MIB2_STATS_INC(mib2.udpinerrors);
388 MIB2_STATS_INC(mib2.udpinerrors);
394 MIB2_STATS_INC(mib2.udpindatagrams);
450 MIB2_STATS_INC(mib2.udpnoports);
465 MIB2_STATS_INC(mib2.udpinerrors);
943 MIB2_STATS_INC(mib2.udpoutdatagrams);
Dtcp.c558 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown()
577 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown_fin()
584 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown_fin()
591 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown_fin()
1355 MIB2_STATS_INC(mib2.tcpactiveopens);
Dtcp_in.c139 MIB2_STATS_INC(mib2.tcpinsegs);
450 MIB2_STATS_INC(mib2.tcpinerrs);
607 MIB2_STATS_INC(mib2.tcpinerrs);
736 MIB2_STATS_INC(mib2.tcppassiveopens);
Dtcp_out.c1564 MIB2_STATS_INC(mib2.tcpoutsegs); in tcp_output_segment()
1783 MIB2_STATS_INC(mib2.tcpretranssegs); in tcp_rexmit()
2020 MIB2_STATS_INC(mib2.tcpoutrsts); in tcp_rst()
/third_party/lwip/src/include/lwip/
Dstats.h465 #define MIB2_STATS_INC(x) STATS_INC(x) macro
467 #define MIB2_STATS_INC(x) macro