# SPDX-License-Identifier: GPL-2.0-only # # RxRPC session sockets # config [31mCONFIG_AF_RXRPC[0m tristate "RxRPC session sockets" depends on [31mCONFIG_INET[0m select [31mCONFIG_CRYPTO[0m select [31mCONFIG_KEYS[0m help Say Y or [31mCONFIG_M[0m here to include support for RxRPC session sockets (just the transport part, not the presentation part: (un)marshalling is left to the application). These are used for AFS kernel filesystem and userspace utilities. This module at the moment only supports client operations and is currently incomplete. See Documentation/networking/rxrpc.txt. config [31mCONFIG_AF_RXRPC_IPV6[0m bool "IPv6 support for RxRPC" depends on ([31mCONFIG_IPV6[0m = m && [31mCONFIG_AF_RXRPC[0m = m) || ([31mCONFIG_IPV6[0m = y && [31mCONFIG_AF_RXRPC[0m) help Say Y here to allow [31mCONFIG_AF_RXRPC[0m to use [31mCONFIG_IPV6[0m UDP as well as IPV4 UDP as its network transport. config [31mCONFIG_AF_RXRPC_INJECT_LOSS[0m bool "Inject packet loss into RxRPC packet stream" depends on [31mCONFIG_AF_RXRPC[0m help Say Y here to inject packet loss by discarding some received and some transmitted packets. config [31mCONFIG_AF_RXRPC_DEBUG[0m bool "RxRPC dynamic debugging" depends on [31mCONFIG_AF_RXRPC[0m help Say Y here to make runtime controllable debugging messages appear. See Documentation/networking/rxrpc.txt. config [31mCONFIG_RXKAD[0m bool "RxRPC Kerberos security" depends on [31mCONFIG_AF_RXRPC[0m select [31mCONFIG_CRYPTO[0m select [31mCONFIG_CRYPTO_MANAGER[0m select [31mCONFIG_CRYPTO_BLKCIPHER[0m select [31mCONFIG_CRYPTO_PCBC[0m select [31mCONFIG_CRYPTO_FCRYPT[0m help Provide kerberos 4 and AFS kaserver security handling for [31mCONFIG_AF_RXRPC[0m through the use of the key retention service. See Documentation/networking/rxrpc.txt. |