Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | ip6_fib.h | 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; [all …]
|
| /linux/net/ipv6/ |
| H A D | ip6_fib.c | 2292 fib6_clean_tree(struct net * net,struct fib6_node * root,int (* func)(struct fib6_info *,void * arg),int sernum,void * arg,bool skip_notify) fib6_clean_tree() argument 2312 __fib6_clean_all(struct net * net,int (* func)(struct fib6_info *,void *),int sernum,void * arg,bool skip_notify) __fib6_clean_all() argument 2332 fib6_clean_all(struct net * net,int (* func)(struct fib6_info *,void *),void * arg) fib6_clean_all() argument 2339 fib6_clean_all_skip_notify(struct net * net,int (* func)(struct fib6_info *,void *),void * arg) fib6_clean_all_skip_notify() argument [all...] |
| H A D | route.c | 5350 struct fib6_info *fib6_info; global() member [all...] |