linux/net/rxrpc/sysctl.c

// SPDX-License-Identifier: GPL-2.0-or-later
/* sysctls for configuring RxRPC operating parameters
 *
 * Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells ([email protected])
 */

#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

/*
 * RxRPC operating parameters.
 *
 * See Documentation/networking/rxrpc.rst and the variable definitions for more
 * information on the individual parameters.
 */
static struct ctl_table rxrpc_sysctl_table[] =;

int __init rxrpc_sysctl_init(void)
{}

void rxrpc_sysctl_exit(void)
{}