xfrm: Mark flowi arg to ->get_tos() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1256,7 +1256,7 @@ xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, struct flowi *fl,
|
||||
* still valid.
|
||||
*/
|
||||
|
||||
static inline int xfrm_get_tos(struct flowi *fl, int family)
|
||||
static inline int xfrm_get_tos(const struct flowi *fl, int family)
|
||||
{
|
||||
struct xfrm_policy_afinfo *afinfo = xfrm_policy_get_afinfo(family);
|
||||
int tos;
|
||||
|
Reference in New Issue
Block a user