Lines Matching defs:fib6_info
40 struct fib6_info;
80 struct fib6_info __rcu *leaf;
85 struct fib6_info __rcu *rr_ptr;
164 struct fib6_info {
166 struct fib6_info __rcu *fib6_next;
170 * siblings is a list of fib6_info that have the same metric/weight,
211 struct fib6_info __rcu *from;
226 struct fib6_info *f6i;
245 static inline bool fib6_requires_src(const struct fib6_info *rt)
250 static inline void fib6_clean_expires(struct fib6_info *f6i)
256 static inline void fib6_set_expires(struct fib6_info *f6i,
263 static inline bool fib6_check_expired(const struct fib6_info *f6i)
275 static inline bool fib6_get_cookie_safe(const struct fib6_info *f6i,
295 struct fib6_info *from;
321 struct fib6_info *fib6_info_alloc(gfp_t gfp_flags, bool with_fib6_nh);
324 static inline void fib6_info_hold(struct fib6_info *f6i)
329 static inline bool fib6_info_hold_safe(struct fib6_info *f6i)
334 static inline void fib6_info_release(struct fib6_info *f6i)
353 struct fib6_info *leaf;
417 struct fib6_info *rt;
454 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *arg),
457 int (*func)(struct fib6_info *, void *arg),
460 int fib6_add(struct fib6_node *root, struct fib6_info *rt,
462 int fib6_del(struct fib6_info *rt, struct nl_info *info);
467 const struct fib6_info *from;
488 struct fib6_info *rt,
492 struct fib6_info *rt,
495 int call_fib6_entry_notifiers_replace(struct net *net, struct fib6_info *rt);
496 void fib6_rt_update(struct net *net, struct fib6_info *rt,
498 void inet6_rt_notify(int event, struct fib6_info *rt, struct nl_info *info,
530 void fib6_update_sernum(struct net *net, struct fib6_info *rt);
531 void fib6_update_sernum_upto_root(struct net *net, struct fib6_info *rt);
532 void fib6_update_sernum_stub(struct net *net, struct fib6_info *f6i);
534 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val);
535 static inline bool fib6_metric_locked(struct fib6_info *f6i, int metric)
539 void fib6_info_hw_flags_set(struct net *net, struct fib6_info *f6i,
545 __bpf_md_ptr(struct fib6_info *, rt);