xfrm: Mark flowi arg to xfrm_type->reject() const.
[deliverable/linux.git] / net / ipv6 / mip6.c
index d6e9599d0705a5b79749a0566cbd97dfaa9993c0..f3e3ca938a546179dcabab931e6b928752b0356e 100644 (file)
@@ -203,7 +203,8 @@ static inline int mip6_report_rl_allow(struct timeval *stamp,
        return allow;
 }
 
-static int mip6_destopt_reject(struct xfrm_state *x, struct sk_buff *skb, struct flowi *fl)
+static int mip6_destopt_reject(struct xfrm_state *x, struct sk_buff *skb,
+                              const struct flowi *fl)
 {
        struct net *net = xs_net(x);
        struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb;
This page took 0.02567 seconds and 5 git commands to generate.