blob: 16f39f2565d91b37a70cfd7e6f10b9fd2d977096 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Tom Herbertab7ac4e2016-03-07 14:11:06 -08002
3config AF_KCM
4 tristate "KCM sockets"
5 depends on INET
6 select BPF_SYSCALL
Tom Herbert9b738962016-08-15 14:51:02 -07007 select STREAM_PARSER
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09008 help
Tom Herbertab7ac4e2016-03-07 14:11:06 -08009 KCM (Kernel Connection Multiplexor) sockets provide a method
10 for multiplexing messages of a message based application
11 protocol over kernel connectons (e.g. TCP connections).