Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip6_fib.h136 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 struct list_head fib6_siblings;
147 unsigned int fib6_nsiblings;
149 atomic_t fib6_ref;
150 unsigned long expires;
151 struct dst_metrics *fib6_metrics;
154 struct rt6key fib6_dst;
155 u32 fib6_flags;
[all …]
/Linux-v4.19/net/ipv6/
Dip6_fib.c2007 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree()
2025 int (*func)(struct fib6_info *, void *), in __fib6_clean_all()
2045 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all()
Droute.c4290 struct fib6_info *fib6_info; member