https://github.com/torvalds/linux
Raw File
Tip revision: 1ffaddd029c867d134a1dde39f540dcc8c52e274 authored by Linus Torvalds on 05 August 2018, 19:37:41 UTC
Linux 4.18-rc8
Tip revision: 1ffaddd
Kconfig

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).

back to top