Home
last modified time | relevance | path

Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dip6_fib.h163 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;
207 struct fib6_info __rcu *from; argument
/kernel/linux/linux-5.10/net/ipv6/
Dip6_fib.c2223 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()
Droute.c5048 struct fib6_info *fib6_info; member