blob: bf7e970fad6561aa9e1d6d11ed3c648c04cbd2dc [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
Tom Herbertab7ac4e2016-03-07 14:11:06 -08008 ---help---
9 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).