1 # SPDX-License-Identifier: GPL-2.0-only
3 # RxRPC session sockets
7 tristate "RxRPC session sockets"
13 Say Y or M here to include support for RxRPC session sockets (just
14 the transport part, not the presentation part: (un)marshalling is
15 left to the application).
17 These are used for AFS kernel filesystem and userspace utilities.
19 This module at the moment only supports client operations and is
22 See Documentation/networking/rxrpc.rst.
27 bool "IPv6 support for RxRPC"
28 depends on (IPV6 = m && AF_RXRPC = m) || (IPV6 = y && AF_RXRPC)
30 Say Y here to allow AF_RXRPC to use IPV6 UDP as well as IPV4 UDP as
31 its network transport.
33 config AF_RXRPC_INJECT_LOSS
34 bool "Inject packet loss into RxRPC packet stream"
36 Say Y here to inject packet loss by discarding some received and some
41 bool "RxRPC dynamic debugging"
43 Say Y here to make runtime controllable debugging messages appear.
45 See Documentation/networking/rxrpc.rst.
49 bool "RxRPC Kerberos security"
52 select CRYPTO_SKCIPHER
56 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
57 through the use of the key retention service.
59 See Documentation/networking/rxrpc.rst.