diff options
| author | David S. Miller <davem@davemloft.net> | 2019-05-30 13:41:26 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-05-30 13:41:26 -0700 |
| commit | d48ecb40b5b5a156ae3658dc336bfc29ea502eb6 (patch) | |
| tree | 0d30a02c064add3df6acf89bfda325e2eff610bf /include/uapi/linux | |
| parent | 5b5d331a2c933268eae8da85df43279878392772 (diff) | |
| parent | 10fbcdd12aa24fdb4b357a39abc03686d15f04fd (diff) | |
| download | cachepc-linux-d48ecb40b5b5a156ae3658dc336bfc29ea502eb6.tar.gz cachepc-linux-d48ecb40b5b5a156ae3658dc336bfc29ea502eb6.zip | |
Merge branch 'add-TFO-backup-key'
Jason Baron says:
====================
add TFO backup key
Christoph, Igor, and I have worked on an API that facilitates TFO key
rotation. This is a follow up to the series that Christoph previously
posted, with an API that meets both of our use-cases. Here's a
link to the previous work:
https://patchwork.ozlabs.org/cover/1013753/
Changes in v2:
-spelling fixes in ip-sysctl.txt (Jeremy Sowden)
-re-base to latest net-next
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/snmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h index 86dc24a96c90..74904e9d1b72 100644 --- a/include/uapi/linux/snmp.h +++ b/include/uapi/linux/snmp.h @@ -283,6 +283,7 @@ enum LINUX_MIB_TCPACKCOMPRESSED, /* TCPAckCompressed */ LINUX_MIB_TCPZEROWINDOWDROP, /* TCPZeroWindowDrop */ LINUX_MIB_TCPRCVQDROP, /* TCPRcvQDrop */ + LINUX_MIB_TCPFASTOPENPASSIVEALTKEY, /* TCPFastOpenPassiveAltKey */ __LINUX_MIB_MAX }; |
