]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: ipv6: Update MIB counters for drops
authorVijay Subramanian <subramanian.vijay@gmail.com>
Thu, 31 Jan 2013 08:24:19 +0000 (08:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2013 18:06:27 +0000 (13:06 -0500)
commitb6f93b9f0e51af9aea0a0f654ac0474758183a03
treecc98d521570cd46d81d13fdfa252d9c647fc14e7
parentf8f589f9fc1905d06bfdfa63881c4b7e3218f112
tcp: ipv6: Update MIB counters for drops

This patch updates LINUX_MIB_LISTENDROPS and LINUX_MIB_LISTENOVERFLOWS in
tcp_v6_conn_request() and tcp_v6_err(). tcp_v6_conn_request() in particular can
drop SYNs for various reasons which are not currently tracked.

Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c