Lines Matching refs:fib_info
58 struct fib_info;
110 struct fib_info *nh_parent;
136 struct fib_info { struct
182 struct fib_info *fi; argument
217 struct fib_info *fi;
233 struct fib_info *fi;
451 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev);
624 void free_fib_info(struct fib_info *fi);
626 static inline void fib_info_hold(struct fib_info *fi) in fib_info_hold()
631 static inline bool fib_info_hold_safe(struct fib_info *fi) in fib_info_hold_safe()
636 static inline void fib_info_put(struct fib_info *fi) in fib_info_put()