Lines Matching defs:fib6_info
158 struct fib6_info { struct
160 struct fib6_info __rcu *fib6_next; argument
164 * siblings is a list of fib6_info that have the same metric/weight, argument
168 union {
172 unsigned int fib6_nsiblings;
174 refcount_t fib6_ref;
175 unsigned long expires;
177 struct hlist_node gc_link;
179 struct dst_metrics *fib6_metrics;
182 struct rt6key fib6_dst;
183 u32 fib6_flags;
184 struct rt6key fib6_src;
185 struct rt6key fib6_prefsrc;
209 struct fib6_info __rcu *from; argument