hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/kcm/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 config AF_KCM
34 tristate "KCM sockets"
45 depends on INET
56 select BPF_SYSCALL
67 select STREAM_PARSER
7
- ---help---
8
+ help
89 KCM (Kernel Connection Multiplexor) sockets provide a method
910 for multiplexing messages of a message based application
1011 protocol over kernel connectons (e.g. TCP connections).