summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-02-28 15:10:47 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-28 15:10:47 -0500
commitf9c7ce18538ed9c099818a9335d7e427d60e97ae (patch)
tree5dc19465848a991d8baf2ac3cac3079c92baef5f /include/linux/tcp.h
parent6588af614e7b79294fbcd4a666a7422c0c854e80 (diff)
parenta0ea700e4095e26a8e291374757dd29519900f18 (diff)
downloadop-kernel-dev-f9c7ce18538ed9c099818a9335d7e427d60e97ae.zip
op-kernel-dev-f9c7ce18538ed9c099818a9335d7e427d60e97ae.tar.gz
Merge branch 'tcp-tso'
Eric Dumazet says: ==================== tcp: tso improvements This patch serie reworks tcp_tso_should_defer() a bit to get less bursts, and better ECN behavior. We also removed tso_deferred field in tcp socket. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 1a7adb4..97dbf16 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -236,7 +236,6 @@ struct tcp_sock {
u32 lost_out; /* Lost packets */
u32 sacked_out; /* SACK'd packets */
u32 fackets_out; /* FACK'd packets */
- u32 tso_deferred;
/* from STCP, retrans queue hinting */
struct sk_buff* lost_skb_hint;
OpenPOWER on IntegriCloud