Searched refs:fib_info (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ip_fib.h | 57 struct fib_info struct 59 struct fib_info *fib_next; argument 60 struct fib_info *fib_prev; argument 92 struct fib_info *fi; argument 211 extern void fib_release_info(struct fib_info *); 212 extern int fib_semantic_match(int type, struct fib_info *, 214 extern struct fib_info *fib_create_info(const struct rtmsg *r, struct kern_rta *rta, 216 extern int fib_nh_match(struct rtmsg *r, struct nlmsghdr *, struct kern_rta *rta, struct fib_info *… 219 struct fib_info *fi); 224 extern void fib_node_get_info(int type, int dead, struct fib_info *fi, u32 prefix, u32 mask, char *… [all …]
|
/linux-2.4.37.9/net/ipv4/ |
D | fib_semantics.c | 48 static struct fib_info *fib_info_list; 52 #define for_fib_info() { struct fib_info *fi; \ 108 void free_fib_info(struct fib_info *fi) in free_fib_info() 123 void fib_release_info(struct fib_info *fi) in fib_release_info() 139 static __inline__ int nh_comp(const struct fib_info *fi, const struct fib_info *ofi) in nh_comp() 160 static __inline__ struct fib_info * fib_find_info(const struct fib_info *nfi) in fib_find_info() 228 fib_get_nhs(struct fib_info *fi, const struct rtattr *rta, const struct rtmsg *r) in fib_get_nhs() 254 struct fib_info *fi) in fib_nh_match() 347 static int fib_check_nh(const struct rtmsg *r, struct fib_info *fi, struct fib_nh *nh) in fib_check_nh() 421 struct fib_info * [all …]
|
D | fib_hash.c | 71 struct fib_info *fn_info; 341 static int fib_detect_death(struct fib_info *fi, int order, in fib_detect_death() 342 struct fib_info **last_resort, int *last_idx) in fib_detect_death() 369 struct fib_info *fi = NULL; in fn_hash_select_default() 370 struct fib_info *last_resort; in fn_hash_select_default() 383 struct fib_info *next_fi = FIB_INFO(f); in fn_hash_select_default() 463 struct fib_info *fi; in fn_hash_insert() 685 struct fib_info * fi = FIB_INFO(f); in fn_hash_delete() 735 struct fib_info *fi = FIB_INFO(f); in fn_flush_list()
|
D | route.c | 1267 struct fib_info *fi = res->fi; in rt_set_nexthop()
|