Lines Matching refs:fib6_info
74 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp()
122 int ip6_ins_rt(struct net *net, struct fib6_info *f6i);
123 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
125 void rt6_flush_exceptions(struct fib6_info *f6i);
126 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
129 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr()
157 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
168 struct fib6_info *rt6_get_dflt_router(struct net *net,
171 struct fib6_info *rt6_add_dflt_router(struct net *net,
198 int rt6_dump_route(struct fib6_info *f6i, void *p_arg, unsigned int skip);
205 void rt6_multipath_rebalance(struct fib6_info *f6i);
301 static inline bool rt6_duplicate_nexthop(struct fib6_info *a, struct fib6_info *b) in rt6_duplicate_nexthop()