Home
last modified time | relevance | path

Searched refs:TCP_STATS_INC (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/core/
Dtcp_out.c187 TCP_STATS_INC(tcp.err); in tcp_create_segment()
323 TCP_STATS_INC(tcp.memerr); in tcp_write_checks()
695 TCP_STATS_INC(tcp.memerr); in tcp_write()
738 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
759 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
766 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
775 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
1163 TCP_STATS_INC(tcp.xmit); in tcp_output_segment()
1223 TCP_STATS_INC(tcp.xmit); in tcp_rst()
1388 TCP_STATS_INC(tcp.xmit); in tcp_keepalive()
[all …]
Dtcp_in.c105 TCP_STATS_INC(tcp.recv); in tcp_input()
119 TCP_STATS_INC(tcp.lenerr); in tcp_input()
126 TCP_STATS_INC(tcp.proterr); in tcp_input()
140 TCP_STATS_INC(tcp.chkerr); in tcp_input()
151 TCP_STATS_INC(tcp.lenerr); in tcp_input()
298 TCP_STATS_INC(tcp.drop); in tcp_input()
409 TCP_STATS_INC(tcp.proterr); in tcp_input()
410 TCP_STATS_INC(tcp.drop); in tcp_input()
422 TCP_STATS_INC(tcp.drop); in tcp_input()
472 TCP_STATS_INC(tcp.memerr); in tcp_listen_input()
/lib/liblwip/src/include/lwip/
Dstats.h168 #define TCP_STATS_INC(x) STATS_INC(x) macro
171 #define TCP_STATS_INC(x) macro