diff options
author | Nikolay Borisov <kernel@kyup.com> | 2016-02-15 12:11:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-16 20:42:54 -0500 |
commit | e21145a9871aa5ae07e01926105bb8e523d64095 (patch) | |
tree | 528353414eb8388a482e7be79a391b1d9d9aba6c /include/net/ip.h | |
parent | 287b7f38fd6842e534db1783cead3843f7677b79 (diff) | |
download | linux-e21145a9871aa5ae07e01926105bb8e523d64095.tar.bz2 |
ipv4: namespacify ip_early_demux sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index e3fb25d76421..cbb134b2f0e4 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -245,9 +245,6 @@ extern int inet_peer_threshold; extern int inet_peer_minttl; extern int inet_peer_maxttl; -/* From ip_input.c */ -extern int sysctl_ip_early_demux; - void ipfrag_init(void); void ip_static_sysctl_init(void); |