X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fcore%2Fsysctl_net_core.c;h=fde21d19e61b3a10c17a7eca093f05de41cabceb;hb=b245be1f4db1a0394e4b6eb66059814b46670ac3;hp=31baba2a71ce15e49450f69dae81e7d3be1ff3f2;hpb=613d4cefbbb39d3c37f3f22150263900ba11a3e3;p=cascardo%2Flinux.git diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c index 31baba2a71ce..fde21d19e61b 100644 --- a/net/core/sysctl_net_core.c +++ b/net/core/sysctl_net_core.c @@ -321,6 +321,15 @@ static struct ctl_table net_core_table[] = { .mode = 0644, .proc_handler = proc_dointvec }, + { + .procname = "tstamp_allow_data", + .data = &sysctl_tstamp_allow_data, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = proc_dointvec_minmax, + .extra1 = &zero, + .extra2 = &one + }, #ifdef CONFIG_RPS { .procname = "rps_sock_flow_entries",