Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 config AF_KCM
0004         tristate "KCM sockets"
0005         depends on INET
0006         select BPF_SYSCALL
0007         select STREAM_PARSER
0008         help
0009           KCM (Kernel Connection Multiplexor) sockets provide a method
0010           for multiplexing messages of a message based application
0011           protocol over kernel connectons (e.g. TCP connections).