Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Tom Herbert | ab7ac4e | 2016-03-07 14:11:06 -0800 | [diff] [blame] | 2 | |
| 3 | config AF_KCM |
| 4 | tristate "KCM sockets" |
| 5 | depends on INET |
| 6 | select BPF_SYSCALL |
Tom Herbert | 9b73896 | 2016-08-15 14:51:02 -0700 | [diff] [blame] | 7 | select STREAM_PARSER |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 8 | help |
Tom Herbert | ab7ac4e | 2016-03-07 14:11:06 -0800 | [diff] [blame] | 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). |