Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip6_fib.h | 168 struct fib6_info { struct 170 struct fib6_info __rcu *fib6_next; argument 174 * siblings is a list of fib6_info that have the same metric/weight, argument 178 union { 182 unsigned int fib6_nsiblings; 184 refcount_t fib6_ref; 185 unsigned long expires; 186 struct dst_metrics *fib6_metrics; 189 struct rt6key fib6_dst; 190 u32 fib6_flags; [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_fib.c | 2222 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree() 2242 int (*func)(struct fib6_info *, void *), in __fib6_clean_all() 2262 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all() 2269 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
|
| H A D | route.c | 5005 struct fib6_info *fib6_info; member
|