#include <linux/sysctl.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include "ar-internal.h"
static struct ctl_table_header *rxrpc_sysctl_reg_table;
static const unsigned int four = …;
static const unsigned int max_backlog = …;
static const unsigned int n_65535 = …;
static const unsigned int n_max_acks = …;
static const unsigned long one_ms = …;
static const unsigned long max_ms = …;
static const unsigned long one_jiffy = …;
static const unsigned long max_jiffies = …;
#ifdef CONFIG_AF_RXRPC_INJECT_RX_DELAY
static const unsigned long max_500 = …;
#endif
static struct ctl_table rxrpc_sysctl_table[] = …;
int __init rxrpc_sysctl_init(void)
{ … }
void rxrpc_sysctl_exit(void)
{ … }