Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
A D | ip6_fib.h | 163 struct fib6_info { struct 165 struct fib6_info __rcu *fib6_next; argument 169 * siblings is a list of fib6_info that have the same metric/weight, argument 173 union { 177 unsigned int fib6_nsiblings; 179 refcount_t fib6_ref; 180 unsigned long expires; 181 struct dst_metrics *fib6_metrics; 184 struct rt6key fib6_dst; 208 struct fib6_info __rcu *from; argument
|
/linux/net/ipv6/ |
A D | ip6_fib.c | 2223 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree() 2243 int (*func)(struct fib6_info *, void *), in __fib6_clean_all() 2263 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all() 2270 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
|
A D | route.c | 5151 struct fib6_info *fib6_info; member
|
Completed in 22 milliseconds