patch-2.1.15 linux/include/net/icmp.h

Next file: linux/include/net/inet_common.h
Previous file: linux/include/net/dst.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/include/net/icmp.h linux/include/net/icmp.h
@@ -28,14 +28,10 @@
 extern struct icmp_mib icmp_statistics;
 
 extern void	icmp_send(struct sk_buff *skb_in,  int type, int code,
-			  unsigned long info, struct device *dev);
-extern int	icmp_rcv(struct sk_buff *skb1, struct device *dev,
-			 struct options *opt, __u32 daddr,
-			 unsigned short len, __u32 saddr,
-			 int redo, struct inet_protocol *protocol);
-extern int	icmp_ioctl(struct sock *sk, int cmd,
-			   unsigned long arg);
-extern void	icmp_init(struct proto_ops *ops);
+			  unsigned long info);
+extern int	icmp_rcv(struct sk_buff *skb, unsigned short len);
+extern int	icmp_ioctl(struct sock *sk, int cmd, unsigned long arg);
+extern void	icmp_init(struct net_proto_family *ops);
 
 /* CONFIG_IP_TRANSPARENT_PROXY */
 extern int	icmp_chkaddr(struct sk_buff *skb);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov