Kconfig 327 B

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