Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/net/ |
D | ip6_fib.h | 136 struct fib6_info { struct 138 struct fib6_info __rcu *fib6_next; argument 142 * siblings is a list of fib6_info that have the the same metric/weight, argument 146 union { 150 unsigned int fib6_nsiblings; 152 refcount_t fib6_ref; 153 unsigned long expires; 154 struct dst_metrics *fib6_metrics; 179 struct fib6_info __rcu *from; argument
|
/Linux-v5.4/net/ipv6/ |
D | ip6_fib.c | 2114 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree() 2134 int (*func)(struct fib6_info *, void *), in __fib6_clean_all() 2154 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all() 2161 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
|
D | route.c | 4973 struct fib6_info *fib6_info; member
|