Lines Matching refs:fib_info

234 	struct fib_info *fi = container_of(head, struct fib_info, rcu);  in free_fib_info_rcu()
249 void free_fib_info(struct fib_info *fi) in free_fib_info()
260 void fib_release_info(struct fib_info *fi) in fib_release_info()
286 static inline int nh_comp(struct fib_info *fi, struct fib_info *ofi) in nh_comp()
355 static inline unsigned int fib_info_hashfn(struct fib_info *fi) in fib_info_hashfn()
375 static struct fib_info *fib_find_info_nh(struct net *net, in fib_find_info_nh()
379 struct fib_info *fi; in fib_find_info_nh()
407 static struct fib_info *fib_find_info(struct fib_info *nfi) in fib_find_info()
410 struct fib_info *fi; in fib_find_info()
463 static inline size_t fib_nlmsg_size(struct fib_info *fi) in fib_nlmsg_size()
547 static int fib_detect_death(struct fib_info *fi, int order, in fib_detect_death()
548 struct fib_info **last_resort, int *last_idx, in fib_detect_death()
688 static int fib_get_nhs(struct fib_info *fi, struct rtnexthop *rtnh, in fib_get_nhs()
799 static void fib_rebalance(struct fib_info *fi) in fib_rebalance()
839 static int fib_get_nhs(struct fib_info *fi, struct rtnexthop *rtnh, in fib_get_nhs()
874 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, in fib_nh_match()
1007 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi) in fib_metrics_match()
1305 struct fib_info *fi; in fib_info_hash_move()
1321 struct fib_info *fi; in fib_info_hash_move()
1398 struct fib_info *fib_create_info(struct fib_config *cfg, in fib_create_info()
1402 struct fib_info *fi = NULL; in fib_create_info()
1404 struct fib_info *ofi; in fib_create_info()
1751 static int fib_add_multipath(struct sk_buff *skb, struct fib_info *fi) in fib_add_multipath()
1784 static int fib_add_multipath(struct sk_buff *skb, struct fib_info *fi) in fib_add_multipath()
1794 struct fib_info *fi = fri->fi; in fib_dump_info()
1891 struct fib_info *fi; in fib_sync_down_addr()
1996 struct fib_info *prev_fi = NULL; in fib_sync_down_dev()
2005 struct fib_info *fi = nh->nh_parent; in fib_sync_down_dev()
2061 struct fib_info *fi = NULL, *last_resort = NULL; in fib_select_default()
2071 struct fib_info *next_fi = fa->fa_info; in fib_select_default()
2143 struct fib_info *prev_fi; in fib_sync_up()
2163 struct fib_info *fi = nh->nh_parent; in fib_sync_up()
2228 struct fib_info *fi = res->fi; in fib_select_multipath()