Lines Matching refs:fib6_info
73 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp()
121 int ip6_ins_rt(struct net *net, struct fib6_info *f6i);
122 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
124 void rt6_flush_exceptions(struct fib6_info *f6i);
125 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
128 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr()
164 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
175 struct fib6_info *rt6_get_dflt_router(struct net *net,
178 struct fib6_info *rt6_add_dflt_router(struct net *net,
206 int rt6_dump_route(struct fib6_info *f6i, void *p_arg, unsigned int skip);
213 void rt6_multipath_rebalance(struct fib6_info *f6i);
312 static inline bool rt6_duplicate_nexthop(struct fib6_info *a, struct fib6_info *b) in rt6_duplicate_nexthop()