X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Ficmp.h;h=dddb839ff4b51eee595fcb3d4bf3b47dfd937919;hb=3e387fcdc485d94fe2c4b52e7c30c0c4cd1fe364;hp=faba64db8ff057cd95be91d439f6a7a9d92d9c54;hpb=255333c1db3ec63921de29b134418a4e56e5921e;p=linux-2.6 diff --git a/include/net/icmp.h b/include/net/icmp.h index faba64db8f..dddb839ff4 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h @@ -65,11 +65,4 @@ static inline struct raw_sock *raw_sk(const struct sock *sk) return (struct raw_sock *)sk; } -extern int sysctl_icmp_echo_ignore_all; -extern int sysctl_icmp_echo_ignore_broadcasts; -extern int sysctl_icmp_ignore_bogus_error_responses; -extern int sysctl_icmp_errors_use_inbound_ifaddr; -extern int sysctl_icmp_ratelimit; -extern int sysctl_icmp_ratemask; - #endif /* _ICMP_H */