Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp_in.c105 TCP_STATS_INC(tcp.recv); in tcp_input()
119 TCP_STATS_INC(tcp.lenerr); in tcp_input()
120 TCP_STATS_INC(tcp.drop); in tcp_input()
129 TCP_STATS_INC(tcp.proterr); in tcp_input()
130 TCP_STATS_INC(tcp.drop); in tcp_input()
146 TCP_STATS_INC(tcp.chkerr); in tcp_input()
147 TCP_STATS_INC(tcp.drop); in tcp_input()
160 TCP_STATS_INC(tcp.lenerr); in tcp_input()
161 TCP_STATS_INC(tcp.drop); in tcp_input()
312 TCP_STATS_INC(tcp.drop); in tcp_input()
[all …]
Dtcp_out.c184 TCP_STATS_INC(tcp.err); in tcp_create_segment()
320 TCP_STATS_INC(tcp.memerr); in tcp_write_checks()
688 TCP_STATS_INC(tcp.memerr); in tcp_write()
731 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
752 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
759 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
768 TCP_STATS_INC(tcp.memerr); in tcp_enqueue_flags()
1155 TCP_STATS_INC(tcp.xmit); in tcp_output_segment()
1215 TCP_STATS_INC(tcp.xmit); in tcp_rst()
1373 TCP_STATS_INC(tcp.xmit); in tcp_keepalive()
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dstats.h168 #define TCP_STATS_INC(x) STATS_INC(x) macro
171 #define TCP_STATS_INC(x) macro