Lines Matching defs:fib6_info
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;
182 struct dst_metrics *fib6_metrics;
185 struct rt6key fib6_dst;
186 u32 fib6_flags;
187 struct rt6key fib6_src;
211 struct fib6_info __rcu *from; argument