diff options
author | Tom Herbert <tom@herbertland.com> | 2016-08-15 14:51:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-17 19:36:23 -0400 |
commit | 9b73896a81dc68a638a011877b7344b252f92276 (patch) | |
tree | c69f4f8665c7f2e41e999e4c1f13eab4a848b0f3 /net/kcm/Kconfig | |
parent | 43a0c6751a322847cb6fa0ab8cbf77a1d08bfc0a (diff) | |
download | linux-stable-9b73896a81dc68a638a011877b7344b252f92276.tar.gz linux-stable-9b73896a81dc68a638a011877b7344b252f92276.tar.bz2 linux-stable-9b73896a81dc68a638a011877b7344b252f92276.zip |
kcm: Use stream parser
Adapt KCM to use the stream parser. This mostly involves removing
the RX handling and setting up the strparser using the interface.
Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/kcm/Kconfig')
-rw-r--r-- | net/kcm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig index 5db94d940ecc..87fca36e6c47 100644 --- a/net/kcm/Kconfig +++ b/net/kcm/Kconfig @@ -3,6 +3,7 @@ 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 |