diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/xfrm4_policy.c | 2 | ||||
-rw-r--r-- | net/ipv6/xfrm6_policy.c | 2 | ||||
-rw-r--r-- | net/xfrm/xfrm_policy.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c index 19fbdec6baaa..ef12e6830468 100644 --- a/net/ipv4/xfrm4_policy.c +++ b/net/ipv4/xfrm4_policy.c | |||
@@ -56,7 +56,7 @@ static int xfrm4_get_saddr(struct net *net, | |||
56 | return 0; | 56 | return 0; |
57 | } | 57 | } |
58 | 58 | ||
59 | static int xfrm4_get_tos(struct flowi *fl) | 59 | static int xfrm4_get_tos(const struct flowi *fl) |
60 | { | 60 | { |
61 | return IPTOS_RT_MASK & fl->fl4_tos; /* Strip ECN bits */ | 61 | return IPTOS_RT_MASK & fl->fl4_tos; /* Strip ECN bits */ |
62 | } | 62 | } |
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c index 834dc02f1d4f..753e9a1db379 100644 --- a/net/ipv6/xfrm6_policy.c +++ b/net/ipv6/xfrm6_policy.c | |||
@@ -67,7 +67,7 @@ static int xfrm6_get_saddr(struct net *net, | |||
67 | return 0; | 67 | return 0; |
68 | } | 68 | } |
69 | 69 | ||
70 | static int xfrm6_get_tos(struct flowi *fl) | 70 | static int xfrm6_get_tos(const struct flowi *fl) |
71 | { | 71 | { |
72 | return 0; | 72 | return 0; |
73 | } | 73 | } |
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 7a8e2c77d08f..f8ccb97b234e 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c | |||
@@ -1256,7 +1256,7 @@ xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, struct flowi *fl, | |||
1256 | * still valid. | 1256 | * still valid. |
1257 | */ | 1257 | */ |
1258 | 1258 | ||
1259 | static inline int xfrm_get_tos(struct flowi *fl, int family) | 1259 | static inline int xfrm_get_tos(const struct flowi *fl, int family) |
1260 | { | 1260 | { |
1261 | struct xfrm_policy_afinfo *afinfo = xfrm_policy_get_afinfo(family); | 1261 | struct xfrm_policy_afinfo *afinfo = xfrm_policy_get_afinfo(family); |
1262 | int tos; | 1262 | int tos; |