repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'icc-5.4-rc1' of https://git.linaro.org/people/georgi.djakov/linux into...
[linux/fpc-iii.git]
/
net
/
kcm
/
Kconfig
blob
bf7e970fad6561aa9e1d6d11ed3c648c04cbd2dc
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
config AF_KCM
4
tristate "KCM sockets"
5
depends on INET
6
select BPF_SYSCALL
7
select STREAM_PARSER
8
---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).