mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipv6: Convert to use flowi6 where applicable.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9cce96df5b
commit
4c9483b2fb
35 changed files with 622 additions and 620 deletions
|
@ -183,7 +183,7 @@ struct fib6_table {
|
|||
|
||||
typedef struct rt6_info *(*pol_lookup_t)(struct net *,
|
||||
struct fib6_table *,
|
||||
struct flowi *, int);
|
||||
struct flowi6 *, int);
|
||||
|
||||
/*
|
||||
* exported functions
|
||||
|
@ -192,7 +192,7 @@ typedef struct rt6_info *(*pol_lookup_t)(struct net *,
|
|||
extern struct fib6_table *fib6_get_table(struct net *net, u32 id);
|
||||
extern struct fib6_table *fib6_new_table(struct net *net, u32 id);
|
||||
extern struct dst_entry *fib6_rule_lookup(struct net *net,
|
||||
struct flowi *fl, int flags,
|
||||
struct flowi6 *fl6, int flags,
|
||||
pol_lookup_t lookup);
|
||||
|
||||
extern struct fib6_node *fib6_lookup(struct fib6_node *root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue