2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-08 01:11:06 +03:00
|
|
|
|
|
|
|
config AF_KCM
|
|
|
|
tristate "KCM sockets"
|
|
|
|
depends on INET
|
|
|
|
select BPF_SYSCALL
|
2016-08-16 00:51:02 +03:00
|
|
|
select STREAM_PARSER
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2016-03-08 01:11:06 +03:00
|
|
|
KCM (Kernel Connection Multiplexor) sockets provide a method
|
|
|
|
for multiplexing messages of a message based application
|
|
|
|
protocol over kernel connectons (e.g. TCP connections).
|