https://github.com/torvalds/linux
Raw File
Tip revision: fff02cff7d4968014a585489c312bc7e6c2edfef authored by Kirill on 06 February 2018, 09:04:55 UTC
USB: serial: cp210x: add new device EZP2010
Tip revision: fff02cf
Kconfig

config AF_KCM
	tristate "KCM sockets"
	depends on INET
	select BPF_SYSCALL
	select STREAM_PARSER
	---help---
	  KCM (Kernel Connection Multiplexor) sockets provide a method
	  for multiplexing messages of a message based application
	  protocol over kernel connectons (e.g. TCP connections).

back to top