Commit 6418c4e0 authored by David S. Miller's avatar David S. Miller

xfrm: Const'ify address arguments to __xfrm_dst_lookup()

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5e6b930f
......@@ -92,8 +92,8 @@ int xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl,
}
static inline struct dst_entry *__xfrm_dst_lookup(struct net *net, int tos,
xfrm_address_t *saddr,
xfrm_address_t *daddr,
const xfrm_address_t *saddr,
const xfrm_address_t *daddr,
int family)
{
struct xfrm_policy_afinfo *afinfo;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment