xfrm: Mark flowi arg to ->get_tos() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e8a4e37716
commit
05d8402576
4 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ static int xfrm4_get_saddr(struct net *net,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int xfrm4_get_tos(struct flowi *fl)
|
||||
static int xfrm4_get_tos(const struct flowi *fl)
|
||||
{
|
||||
return IPTOS_RT_MASK & fl->fl4_tos; /* Strip ECN bits */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue