Kconfig (e562d0868e04ee353a24dccb9d76f2489fff8e5f) Kconfig (ac3b45f6095452a9731f8825be1513d326dbfa15)
1
2config MPTCP
3 bool "MPTCP: Multipath TCP"
4 depends on INET
5 select SKB_EXTENSIONS
6 select CRYPTO_LIB_SHA256
7 select CRYPTO
8 help
9 Multipath TCP (MPTCP) connections send and receive data over multiple
10 subflows in order to utilize multiple network paths. Each subflow
11 uses the TCP protocol, and TCP options carry header information for
12 MPTCP.
13
14if MPTCP
15
1
2config MPTCP
3 bool "MPTCP: Multipath TCP"
4 depends on INET
5 select SKB_EXTENSIONS
6 select CRYPTO_LIB_SHA256
7 select CRYPTO
8 help
9 Multipath TCP (MPTCP) connections send and receive data over multiple
10 subflows in order to utilize multiple network paths. Each subflow
11 uses the TCP protocol, and TCP options carry header information for
12 MPTCP.
13
14if MPTCP
15
16config INET_MPTCP_DIAG
17 depends on INET_DIAG
18 def_tristate INET_DIAG
19
16config MPTCP_IPV6
17 bool "MPTCP: IPv6 support for Multipath TCP"
18 select IPV6
19 default y
20
21endif
22
23config MPTCP_KUNIT_TESTS

--- 14 unchanged lines hidden ---
20config MPTCP_IPV6
21 bool "MPTCP: IPv6 support for Multipath TCP"
22 select IPV6
23 default y
24
25endif
26
27config MPTCP_KUNIT_TESTS

--- 14 unchanged lines hidden ---