diff options
author | Paolo Abeni <pabeni@redhat.com> | 2020-07-09 15:12:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-09 21:38:41 +0200 |
commit | ac3b45f6095452a9731f8825be1513d326dbfa15 (patch) | |
tree | fbdc9d263aa240d5d478b98c4097068e0524d45e /net/mptcp/Kconfig | |
parent | mptcp: add msk interations helper (diff) | |
download | linux-ac3b45f6095452a9731f8825be1513d326dbfa15.tar.xz linux-ac3b45f6095452a9731f8825be1513d326dbfa15.zip |
mptcp: add MPTCP socket diag interface
exposes basic inet socket attribute, plus some MPTCP socket
fields comprising PM status and MPTCP-level sequence numbers.
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/Kconfig')
-rw-r--r-- | net/mptcp/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mptcp/Kconfig b/net/mptcp/Kconfig index af84fce70bb0..698bc3525160 100644 --- a/net/mptcp/Kconfig +++ b/net/mptcp/Kconfig @@ -13,6 +13,10 @@ config MPTCP if MPTCP +config INET_MPTCP_DIAG + depends on INET_DIAG + def_tristate INET_DIAG + config MPTCP_IPV6 bool "MPTCP: IPv6 support for Multipath TCP" select IPV6 |