mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipv4: Pass explicit saddr/daddr args to ipmr_get_route().
This eliminates the need to use rt->rt_{src,dst}. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dd927a2694
commit
9a1b9496cd
3 changed files with 12 additions and 9 deletions
|
@ -244,6 +244,7 @@ struct mfc_cache {
|
|||
#ifdef __KERNEL__
|
||||
struct rtmsg;
|
||||
extern int ipmr_get_route(struct net *net, struct sk_buff *skb,
|
||||
__be32 saddr, __be32 daddr,
|
||||
struct rtmsg *rtm, int nowait);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue