Directory Files
.. 7
File Size
Kconfig 327 B
Makefile 100 B
kcm.mod.c 0 B
kcmproc.c 8.9 kB
kcmsock.c 43 kB

Linux v6.6.1 - kcm

# SPDX-License-Identifier: GPL-2.0-only

config AF_KCM
	tristate "KCM sockets"
	depends on INET
	select BPF_SYSCALL
	select STREAM_PARSER
	help
	  KCM (Kernel Connection Multiplexor) sockets provide a method
	  for multiplexing messages of a message based application
	  protocol over kernel connectons (e.g. TCP connections).