patch-2.3.14 linux/include/net/route.h
Next file: linux/include/net/tcp.h
Previous file: linux/include/net/rose.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Wed Aug 18 16:44:34 1999
-  Orig file: 
v2.3.13/linux/include/net/route.h
-  Orig date: 
Tue Jun 22 14:42:40 1999
diff -u --recursive --new-file v2.3.13/linux/include/net/route.h linux/include/net/route.h
@@ -100,11 +100,11 @@
 
 extern void		ip_rt_init(void);
 extern void		ip_rt_redirect(u32 old_gw, u32 dst, u32 new_gw,
-				       u32 src, u8 tos, struct device *dev);
+				       u32 src, u8 tos, struct net_device *dev);
 extern void		ip_rt_advice(struct rtable **rp, int advice);
 extern void		rt_cache_flush(int how);
 extern int		ip_route_output(struct rtable **, u32 dst, u32 src, u32 tos, int oif);
-extern int		ip_route_input(struct sk_buff*, u32 dst, u32 src, u8 tos, struct device *devin);
+extern int		ip_route_input(struct sk_buff*, u32 dst, u32 src, u8 tos, struct net_device *devin);
 extern unsigned short	ip_rt_frag_needed(struct iphdr *iph, unsigned short new_mtu);
 extern void		ip_rt_update_pmtu(struct dst_entry *dst, unsigned mtu);
 extern void		ip_rt_send_redirect(struct sk_buff *skb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)