commit | 532182cd610782db8c18230c2747626562032205 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Apr 01 08:52:19 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 04 22:11:20 2016 -0400 |
tree | 6a2e21d238971e8eaccb22a872a1506a31f6f420 | |
parent | 15239302edd46b184e758048253541fb211e315e [diff] |
tcp: increment sk_drops for dropped rx packets Now ss can report sk_drops, we can instruct TCP to increment this per socket counter when it drops an incoming frame, to refine monitoring and debugging. Following patch takes care of listeners drops. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>