diff options
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 4e1d2283e3c..6d0d46138ae 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -246,7 +246,6 @@ struct tcp_sock {  	u32	sacked_out;	/* SACK'd packets			*/  	u32	fackets_out;	/* FACK'd packets			*/  	u32	tso_deferred; -	u32	bytes_acked;	/* Appropriate Byte Counting - RFC3465 */  	/* from STCP, retrans queue hinting */  	struct sk_buff* lost_skb_hint;  |