1 # SPDX-License-Identifier: GPL-2.0-only << 2 1 3 config AF_KCM 2 config AF_KCM 4 tristate "KCM sockets" 3 tristate "KCM sockets" 5 depends on INET 4 depends on INET 6 select BPF_SYSCALL 5 select BPF_SYSCALL 7 select STREAM_PARSER 6 select STREAM_PARSER 8 help !! 7 ---help--- 9 KCM (Kernel Connection Multiplexor) 8 KCM (Kernel Connection Multiplexor) sockets provide a method 10 for multiplexing messages of a messa 9 for multiplexing messages of a message based application 11 protocol over kernel connectons (e.g 10 protocol over kernel connectons (e.g. TCP connections). >> 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.