Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dip6_fib.h164 struct fib6_info { struct
166 struct fib6_info __rcu *fib6_next; argument
174 union {
178 unsigned int fib6_nsiblings;
180 refcount_t fib6_ref;
181 unsigned long expires;
182 struct dst_metrics *fib6_metrics;
185 struct rt6key fib6_dst;
186 u32 fib6_flags;
187 struct rt6key fib6_src;
[all …]
/linux-6.3-rc2/net/ipv6/
A Dip6_fib.c2224 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree()
2244 int (*func)(struct fib6_info *, void *), in __fib6_clean_all()
2264 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all()
2271 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
A Droute.c5137 struct fib6_info *fib6_info; member

Completed in 20 milliseconds