]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - net/kcm/Kconfig
Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / net / kcm / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
ab7ac4eb
TH
2
3config AF_KCM
4 tristate "KCM sockets"
5 depends on INET
6 select BPF_SYSCALL
9b73896a 7 select STREAM_PARSER
a7f7f624 8 help
ab7ac4eb
TH
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).