kernel/net/kcm/Kconfig
.. .. @@ -1,10 +1,11 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 2 3 config AF_KCM 3 4 tristate "KCM sockets" 4 5 depends on INET 5 6 select BPF_SYSCALL 6 7 select STREAM_PARSER 7 - ---help---8 + help8 9 KCM (Kernel Connection Multiplexor) sockets provide a method 9 10 for multiplexing messages of a message based application 10 11 protocol over kernel connectons (e.g. TCP connections).