1 1 2 config MPTCP 2 config MPTCP 3 bool "MPTCP: Multipath TCP" 3 bool "MPTCP: Multipath TCP" 4 depends on INET 4 depends on INET 5 select SKB_EXTENSIONS 5 select SKB_EXTENSIONS 6 select CRYPTO_LIB_SHA256 6 select CRYPTO_LIB_SHA256 7 select CRYPTO 7 select CRYPTO 8 help 8 help 9 Multipath TCP (MPTCP) connections se 9 Multipath TCP (MPTCP) connections send and receive data over multiple 10 subflows in order to utilize multipl 10 subflows in order to utilize multiple network paths. Each subflow 11 uses the TCP protocol, and TCP optio 11 uses the TCP protocol, and TCP options carry header information for 12 MPTCP. 12 MPTCP. 13 13 14 if MPTCP 14 if MPTCP 15 15 16 config INET_MPTCP_DIAG << 17 depends on INET_DIAG << 18 def_tristate INET_DIAG << 19 << 20 config MPTCP_IPV6 16 config MPTCP_IPV6 21 bool "MPTCP: IPv6 support for Multipat 17 bool "MPTCP: IPv6 support for Multipath TCP" 22 depends on IPV6=y !! 18 select IPV6 23 default y 19 default y 24 20 25 config MPTCP_KUNIT_TEST !! 21 config MPTCP_HMAC_TEST 26 tristate "This builds the MPTCP KUnit !! 22 bool "Tests for MPTCP HMAC implementation" 27 depends on KUNIT << 28 default KUNIT_ALL_TESTS << 29 help 23 help 30 Currently covers the MPTCP crypto an !! 24 This option enable boot time self-test for the HMAC implementation 31 Only useful for kernel devs running !! 25 used by the MPTCP code 32 for inclusion into a production buil << 33 << 34 For more information on KUnit and un << 35 to the KUnit documentation in Docume << 36 26 37 If unsure, say N. !! 27 Say N if you are unsure. 38 28 39 endif 29 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.