ipv6: use standard lists for FIB walks
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
bc417d99bf
commit
bbef49daca
@@ -124,7 +124,7 @@ static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst)
|
||||
}
|
||||
|
||||
struct fib6_walker_t {
|
||||
struct fib6_walker_t *prev, *next;
|
||||
struct list_head lh;
|
||||
struct fib6_node *root, *node;
|
||||
struct rt6_info *leaf;
|
||||
unsigned char state;
|
||||
|
Reference in New Issue
Block a user