Searched refs:fib_info (Results 1 – 3 of 3) sorted by relevance
58 struct fib_info;110 struct fib_info *nh_parent;136 struct fib_info { struct182 struct fib_info *fi; argument217 struct fib_info *fi;233 struct fib_info *fi;452 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev);625 void free_fib_info(struct fib_info *fi);627 static inline void fib_info_hold(struct fib_info *fi) in fib_info_hold()632 static inline void fib_info_put(struct fib_info *fi) in fib_info_put()
478 static inline unsigned int fib_info_num_path(const struct fib_info *fi) in fib_info_num_path()489 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc()498 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh()
55 struct fib_info;276 u32 table_id, struct fib_info *fi,
Completed in 13 milliseconds