Kconfig 294 B

123456789101112
  1. config AF_KCM
  2. tristate "KCM sockets"
  3. depends on INET
  4. select BPF_SYSCALL
  5. select STREAM_PARSER
  6. ---help---
  7. KCM (Kernel Connection Multiplexor) sockets provide a method
  8. for multiplexing messages of a message based application
  9. protocol over kernel connectons (e.g. TCP connections).