aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/tcp.h b/include/uapi/linux/tcp.h
index c31f5100b744..0e1c0aec0153 100644
--- a/include/uapi/linux/tcp.h
+++ b/include/uapi/linux/tcp.h
@@ -238,6 +238,7 @@ struct tcp_info {
238 238
239 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */ 239 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
240 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */ 240 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */
241 __u32 tcpi_dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups */
241}; 242};
242 243
243/* netlink attributes types for SCM_TIMESTAMPING_OPT_STATS */ 244/* netlink attributes types for SCM_TIMESTAMPING_OPT_STATS */
@@ -262,6 +263,7 @@ enum {
262 TCP_NLA_DELIVERED_CE, /* Like above but only ones w/ CE marks */ 263 TCP_NLA_DELIVERED_CE, /* Like above but only ones w/ CE marks */
263 TCP_NLA_BYTES_SENT, /* Data bytes sent including retransmission */ 264 TCP_NLA_BYTES_SENT, /* Data bytes sent including retransmission */
264 TCP_NLA_BYTES_RETRANS, /* Data bytes retransmitted */ 265 TCP_NLA_BYTES_RETRANS, /* Data bytes retransmitted */
266 TCP_NLA_DSACK_DUPS, /* DSACK blocks received */
265}; 267};
266 268
267/* for TCP_MD5SIG socket option */ 269/* for TCP_MD5SIG socket option */