kcm: Kernel Connection Multiplexor module
This module implements the Kernel Connection Multiplexor. Kernel Connection Multiplexor (KCM) is a facility that provides a message based interface over TCP for generic application protocols. With KCM an application can efficiently send and receive application protocol messages over TCP using datagram sockets. For more information see the included Documentation/networking/kcm.txt Signed-off-by:Tom Herbert <tom@herbertland.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/socket.h 5 additions, 1 deletioninclude/linux/socket.h
- include/net/kcm.h 125 additions, 0 deletionsinclude/net/kcm.h
- include/uapi/linux/kcm.h 40 additions, 0 deletionsinclude/uapi/linux/kcm.h
- net/Kconfig 1 addition, 0 deletionsnet/Kconfig
- net/Makefile 1 addition, 0 deletionsnet/Makefile
- net/kcm/Kconfig 10 additions, 0 deletionsnet/kcm/Kconfig
- net/kcm/Makefile 3 additions, 0 deletionsnet/kcm/Makefile
- net/kcm/kcmsock.c 2016 additions, 0 deletionsnet/kcm/kcmsock.c
Please register or sign in to comment