diff options
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 567f08b559a1..18f115a6fb19 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -267,8 +267,8 @@ struct xfrm_policy_afinfo { | |||
267 | struct dst_ops *dst_ops; | 267 | struct dst_ops *dst_ops; |
268 | void (*garbage_collect)(struct net *net); | 268 | void (*garbage_collect)(struct net *net); |
269 | struct dst_entry *(*dst_lookup)(struct net *net, int tos, | 269 | struct dst_entry *(*dst_lookup)(struct net *net, int tos, |
270 | xfrm_address_t *saddr, | 270 | const xfrm_address_t *saddr, |
271 | xfrm_address_t *daddr); | 271 | const xfrm_address_t *daddr); |
272 | int (*get_saddr)(struct net *net, xfrm_address_t *saddr, xfrm_address_t *daddr); | 272 | int (*get_saddr)(struct net *net, xfrm_address_t *saddr, xfrm_address_t *daddr); |
273 | void (*decode_session)(struct sk_buff *skb, | 273 | void (*decode_session)(struct sk_buff *skb, |
274 | struct flowi *fl, | 274 | struct flowi *fl, |