Lines Matching refs:fib_info
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 *
426 struct fib_info *fi = NULL; in fib_create_info()
427 struct fib_info *ofi; in fib_create_info()
584 fib_semantic_match(int type, struct fib_info *fi, const struct rt_key *key, struct fib_result *res) in fib_semantic_match()
646 struct fib_info *fi) in fib_dump_info()
957 struct fib_info *fi = res->fi; in fib_select_multipath()
1006 static unsigned fib_flag_trans(int type, int dead, u32 mask, struct fib_info *fi) in fib_flag_trans()
1022 void fib_node_get_info(int type, int dead, struct fib_info *fi, u32 prefix, u32 mask, char *buffer) in fib_node_get_info()