1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # RxRPC session sockets 2 # RxRPC session sockets 4 # 3 # 5 4 6 config AF_RXRPC 5 config AF_RXRPC 7 tristate "RxRPC session sockets" 6 tristate "RxRPC session sockets" 8 depends on INET 7 depends on INET 9 select CRYPTO 8 select CRYPTO 10 select KEYS 9 select KEYS 11 select NET_UDP_TUNNEL << 12 help 10 help 13 Say Y or M here to include support f 11 Say Y or M here to include support for RxRPC session sockets (just 14 the transport part, not the presenta 12 the transport part, not the presentation part: (un)marshalling is 15 left to the application). 13 left to the application). 16 14 17 These are used for AFS kernel filesy 15 These are used for AFS kernel filesystem and userspace utilities. 18 16 19 This module at the moment only suppo 17 This module at the moment only supports client operations and is 20 currently incomplete. 18 currently incomplete. 21 19 22 See Documentation/networking/rxrpc.r !! 20 See Documentation/networking/rxrpc.txt. 23 << 24 if AF_RXRPC << 25 21 26 config AF_RXRPC_IPV6 22 config AF_RXRPC_IPV6 27 bool "IPv6 support for RxRPC" 23 bool "IPv6 support for RxRPC" 28 depends on (IPV6 = m && AF_RXRPC = m) 24 depends on (IPV6 = m && AF_RXRPC = m) || (IPV6 = y && AF_RXRPC) 29 help 25 help 30 Say Y here to allow AF_RXRPC to use 26 Say Y here to allow AF_RXRPC to use IPV6 UDP as well as IPV4 UDP as 31 its network transport. 27 its network transport. 32 28 33 config AF_RXRPC_INJECT_LOSS 29 config AF_RXRPC_INJECT_LOSS 34 bool "Inject packet loss into RxRPC pa 30 bool "Inject packet loss into RxRPC packet stream" >> 31 depends on AF_RXRPC 35 help 32 help 36 Say Y here to inject packet loss by 33 Say Y here to inject packet loss by discarding some received and some 37 transmitted packets. 34 transmitted packets. 38 35 39 config AF_RXRPC_INJECT_RX_DELAY << 40 bool "Inject delay into packet recepti << 41 depends on SYSCTL << 42 help << 43 Say Y here to inject a delay into pa << 44 extended RTT time to be modelled. T << 45 /proc/sys/net/rxrpc/rxrpc_inject_rx_ << 46 milliseconds up to 0.5s (note that t << 47 jiffies). << 48 36 49 config AF_RXRPC_DEBUG 37 config AF_RXRPC_DEBUG 50 bool "RxRPC dynamic debugging" 38 bool "RxRPC dynamic debugging" >> 39 depends on AF_RXRPC 51 help 40 help 52 Say Y here to make runtime controlla 41 Say Y here to make runtime controllable debugging messages appear. 53 42 54 See Documentation/networking/rxrpc.r !! 43 See Documentation/networking/rxrpc.txt. 55 44 56 45 57 config RXKAD 46 config RXKAD 58 bool "RxRPC Kerberos security" 47 bool "RxRPC Kerberos security" >> 48 depends on AF_RXRPC 59 select CRYPTO 49 select CRYPTO 60 select CRYPTO_MANAGER 50 select CRYPTO_MANAGER 61 select CRYPTO_SKCIPHER !! 51 select CRYPTO_BLKCIPHER 62 select CRYPTO_PCBC 52 select CRYPTO_PCBC 63 select CRYPTO_FCRYPT 53 select CRYPTO_FCRYPT 64 help 54 help 65 Provide kerberos 4 and AFS kaserver 55 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC 66 through the use of the key retention 56 through the use of the key retention service. 67 57 68 See Documentation/networking/rxrpc.r !! 58 See Documentation/networking/rxrpc.txt. 69 << 70 config RXPERF << 71 tristate "RxRPC test service" << 72 help << 73 Provide an rxperf service tester. T << 74 incoming calls from the rxperf progr << 75 found in OpenAFS). << 76 << 77 endif <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.