]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: add LINUX_MIB_TCPRETRANSFAIL counter
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 25 Jan 2012 04:44:20 +0000 (04:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2012 18:51:00 +0000 (13:51 -0500)
commit0400b9e833a67b2b58c2d5b220df25ed73379258
tree5e8616336466d89c10da8a52166213d345cbe060
parent13a289d1441dffaa5b26ad1fb40aa11ed73b13f2
tcp: add LINUX_MIB_TCPRETRANSFAIL counter

It might be useful to get a counter of failed tcp_retransmit_skb()
calls.

Reported-by: Satoru Moriya <satoru.moriya@hds.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/snmp.h
net/ipv4/proc.c
net/ipv4/tcp_output.c