vserver 1.9.5.x5
[linux-2.6.git] / net / ipv4 / fib_lookup.h
index d504a28..56debc8 100644 (file)
@@ -30,5 +30,13 @@ extern int fib_nh_match(struct rtmsg *r, struct nlmsghdr *,
 extern int fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event,
                         u8 tb_id, u8 type, u8 scope, void *dst,
                         int dst_len, u8 tos, struct fib_info *fi);
+extern void rtmsg_fib(int event, u32 key, struct fib_alias *fa,
+                     int z, int tb_id,
+                     struct nlmsghdr *n, struct netlink_skb_parms *req);
+extern struct fib_alias *fib_find_alias(struct list_head *fah,
+                                       u8 tos, u32 prio);
+extern int fib_detect_death(struct fib_info *fi, int order,
+                           struct fib_info **last_resort,
+                           int *last_idx, int *dflt);
 
 #endif /* _FIB_LOOKUP_H */