X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Ftcp.h;h=181ddf15a2db481ab61cdf1bddad9f327313769e;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=b8a1a3544cd7012711f36443ec7e8384cbb8e839;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/include/linux/tcp.h b/include/linux/tcp.h index b8a1a3544..181ddf15a 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -190,8 +190,6 @@ struct tcp_info __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; - - __u32 tcpi_total_retrans; }; #ifdef CONFIG_ACCEPT_QUEUES @@ -382,8 +380,6 @@ struct tcp_opt { __u8 urg_mode; /* In urgent mode */ __u32 snd_up; /* Urgent pointer */ - __u32 total_retrans; /* Total retransmits for entire connection */ - /* The syn_wait_lock is necessary only to avoid proc interface having * to grab the main lock sock while browsing the listening hash * (otherwise it's deadlock prone).