forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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).