#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/spinlock.h>
#include <net/ax25.h>
static int min_ipdefmode[1], max_ipdefmode[] = …;
static int min_axdefmode[1], max_axdefmode[] = …;
static int min_backoff[1], max_backoff[] = …;
static int min_conmode[1], max_conmode[] = …;
static int min_window[] = …, max_window[] = …;
static int min_ewindow[] = …, max_ewindow[] = …;
static int min_t1[] = …, max_t1[] = …;
static int min_t2[] = …, max_t2[] = …;
static int min_t3[1], max_t3[] = …;
static int min_idle[1], max_idle[] = …;
static int min_n2[] = …, max_n2[] = …;
static int min_paclen[] = …, max_paclen[] = …;
static int min_proto[1], max_proto[] = …;
#ifdef CONFIG_AX25_DAMA_SLAVE
static int min_ds_timeout[1], max_ds_timeout[] = …;
#endif
static const struct ctl_table ax25_param_table[] = …;
int ax25_register_dev_sysctl(ax25_dev *ax25_dev)
{ … }
void ax25_unregister_dev_sysctl(ax25_dev *ax25_dev)
{ … }