Searched refs:fib6_info (Results 1 – 6 of 6) sorted by relevance
/include/net/ |
D | ip6_fib.h | 38 struct fib6_info; 77 struct fib6_info __rcu *leaf; 82 struct fib6_info __rcu *rr_ptr; 136 struct fib6_info { struct 138 struct fib6_info __rcu *fib6_next; argument 179 struct fib6_info __rcu *from; argument 196 struct fib6_info *f6i; 215 static inline void fib6_clean_expires(struct fib6_info *f6i) in fib6_clean_expires() 221 static inline void fib6_set_expires(struct fib6_info *f6i, in fib6_set_expires() 228 static inline bool fib6_check_expired(const struct fib6_info *f6i) in fib6_check_expired() [all …]
|
D | ip6_route.h | 74 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp() 125 int ip6_ins_rt(struct net *net, struct fib6_info *f6i); 126 int ip6_del_rt(struct net *net, struct fib6_info *f6i); 128 void rt6_flush_exceptions(struct fib6_info *f6i); 129 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args, 132 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr() 160 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev, 171 struct fib6_info *rt6_get_dflt_router(struct net *net, 174 struct fib6_info *rt6_add_dflt_router(struct net *net, 200 int rt6_dump_route(struct fib6_info *f6i, void *p_arg, unsigned int skip); [all …]
|
D | ipv6_stubs.h | 14 struct fib6_info; 50 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt); 51 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt); 52 void (*fib6_rt_update)(struct net *net, struct fib6_info *rt,
|
D | if_inet6.h | 63 struct fib6_info *rt; 142 struct fib6_info *aca_rt;
|
D | nexthop.h | 279 static inline struct net_device *fib6_info_nh_dev(struct fib6_info *f6i) in fib6_info_nh_dev()
|
/include/net/netns/ |
D | ipv6.h | 71 struct fib6_info *fib6_null_entry;
|