diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tcp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index f374df7a823f..0902b9f496c3 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -186,6 +186,8 @@ struct tcp_info __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; + + __u32 tcpi_total_retrans; }; #ifdef __KERNEL__ @@ -364,6 +366,8 @@ 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). |
