Searched defs:fib6_info (Results 1 – 3 of 3) sorted by relevance
158 struct fib6_info { struct160 struct fib6_info __rcu *fib6_next; argument168 union {172 unsigned int fib6_nsiblings;174 refcount_t fib6_ref;175 unsigned long expires;177 struct hlist_node gc_link;182 struct rt6key fib6_dst;183 u32 fib6_flags;184 struct rt6key fib6_src;[all …]
2243 int (*func)(struct fib6_info *, void *arg), in fib6_clean_tree()2263 int (*func)(struct fib6_info *, void *), in __fib6_clean_all()2283 void fib6_clean_all(struct net *net, int (*func)(struct fib6_info *, void *), in fib6_clean_all()2290 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
5158 struct fib6_info *fib6_info; member
Completed in 22 milliseconds