diff options
Diffstat (limited to 'net/xfrm/xfrm_policy.c')
-rw-r--r-- | net/xfrm/xfrm_policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index fa0b7f33874b..ccd47cf1765c 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c | |||
@@ -1907,7 +1907,7 @@ int xfrm_lookup(struct net *net, struct dst_entry **dst_p, struct flowi *fl, | |||
1907 | EXPORT_SYMBOL(xfrm_lookup); | 1907 | EXPORT_SYMBOL(xfrm_lookup); |
1908 | 1908 | ||
1909 | static inline int | 1909 | static inline int |
1910 | xfrm_secpath_reject(int idx, struct sk_buff *skb, struct flowi *fl) | 1910 | xfrm_secpath_reject(int idx, struct sk_buff *skb, const struct flowi *fl) |
1911 | { | 1911 | { |
1912 | struct xfrm_state *x; | 1912 | struct xfrm_state *x; |
1913 | 1913 | ||