patch-2.4.21 linux-2.4.21/include/net/ip6_route.h
Next file: linux-2.4.21/include/net/ipv6.h
Previous file: linux-2.4.21/include/net/ip6_fib.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2003-06-13 07:51:39.000000000 -0700
- Orig file:
linux-2.4.20/include/net/ip6_route.h
- Orig date:
2000-12-11 13:30:48.000000000 -0800
diff -urN linux-2.4.20/include/net/ip6_route.h linux-2.4.21/include/net/ip6_route.h
@@ -31,13 +31,17 @@
extern struct dst_entry * ip6_route_output(struct sock *sk,
struct flowi *fl);
+extern int ip6_route_me_harder(struct sk_buff *skb);
+
extern void ip6_route_init(void);
extern void ip6_route_cleanup(void);
extern int ipv6_route_ioctl(unsigned int cmd, void *arg);
-extern int ip6_route_add(struct in6_rtmsg *rtmsg);
-extern int ip6_del_rt(struct rt6_info *);
+extern int ip6_route_add(struct in6_rtmsg *rtmsg,
+ struct nlmsghdr *);
+extern int ip6_del_rt(struct rt6_info *,
+ struct nlmsghdr *);
extern int ip6_rt_addr_add(struct in6_addr *addr,
struct net_device *dev);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)