Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/net/ |
D | ip6_fib.h | 164 struct fib6_info { struct 166 struct fib6_info __rcu *fib6_next; argument 170 * siblings is a list of fib6_info that have the same metric/weight, argument 174 union { 178 unsigned int fib6_nsiblings; 180 refcount_t fib6_ref; 181 unsigned long expires; 183 struct hlist_node gc_link; 185 struct dst_metrics *fib6_metrics; 188 struct rt6key fib6_dst; [all …]
|
/Linux-v6.6/net/ipv6/ |
D | ip6_fib.c | 2234 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree() 2254 int (*func)(struct fib6_info *, void *), in __fib6_clean_all() 2274 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all() 2281 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
|
D | route.c | 5142 struct fib6_info *fib6_info; member
|