Go to the documentation of this file.
13 #include <linux/sysctl.h>
18 #error This file should not be compiled without CONFIG_SYSCTL defined
25 seqw_max = 0xFFFFFFFF;
27 static struct ctl_table dccp_default_table[] = {
29 .procname =
"seq_window",
38 .procname =
"rx_ccid",
47 .procname =
"tx_ccid",
56 .procname =
"request_retries",
65 .procname =
"retries1",
74 .procname =
"retries2",
83 .procname =
"tx_qlen",
91 .procname =
"sync_ratelimit",
108 return dccp_table_header !=
NULL ? 0 : -
ENOMEM;
113 if (dccp_table_header !=
NULL) {
115 dccp_table_header =
NULL;