Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

xfrm: Const'ify address arguments to __xfrm_dst_lookup()

parent 5e6b930f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;