From: Stephen Hemminger Date: Mon, 6 Feb 2017 22:08:07 +0000 (-0800) Subject: tcp: header file update X-Git-Tag: v4.11.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c4c446bd2cc8bc3931ffe735d490a9052734d0;p=thirdparty%2Fiproute2.git tcp: header file update Signed-off-by: Stephen Hemminger --- diff --git a/include/linux/tcp.h b/include/linux/tcp.h index f8a9a8edf..d34fb5c5a 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -227,6 +227,8 @@ enum { TCP_NLA_BUSY, /* Time (usec) busy sending data */ TCP_NLA_RWND_LIMITED, /* Time (usec) limited by receive window */ TCP_NLA_SNDBUF_LIMITED, /* Time (usec) limited by send buffer */ + TCP_NLA_DATA_SEGS_OUT, /* Data pkts sent including retransmission */ + TCP_NLA_TOTAL_RETRANS, /* Data pkts retransmitted */ }; /* for TCP_MD5SIG socket option */