]> err.no Git - linux-2.6/blobdiff - include/net/icmp.h
[PATCH] kill bio->bi_set
[linux-2.6] / include / net / icmp.h
index 3fc192478aa2027d590f33ee40fa80e0a6505ff6..6cdebeee5f961318bc5c8e942b1a2f92e4b276ce 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Version:    @(#)icmp.h      1.0.4   05/13/93
  *
- * Authors:    Ross Biro, <bir7@leland.Stanford.Edu>
+ * Authors:    Ross Biro
  *             Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
  *
  *             This program is free software; you can redistribute it and/or
@@ -57,4 +57,11 @@ 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 */