tcp: fix outsegs stat for TSO segments
authorTom Herbert <therbert@google.com>
Thu, 22 Apr 2010 07:00:24 +0000 (07:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Apr 2010 23:00:00 +0000 (16:00 -0700)
Account for TSO segments of an skb in TCP_MIB_OUTSEGS counter.  Without
doing this, the counter can be off by orders of magnitude from the
actual number of segments sent.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found