mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02: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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user