diff options
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
-rw-r--r-- | net/ipv6/xfrm6_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 8e4170f9a0da..c52e9d6c75ec 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c | |||
@@ -23,6 +23,8 @@ int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb, | |||
23 | return ip6_find_1stfragopt(skb, prevhdr); | 23 | return ip6_find_1stfragopt(skb, prevhdr); |
24 | } | 24 | } |
25 | 25 | ||
26 | EXPORT_SYMBOL(xfrm6_find_1stfragopt); | ||
27 | |||
26 | static int xfrm6_tunnel_check_size(struct sk_buff *skb) | 28 | static int xfrm6_tunnel_check_size(struct sk_buff *skb) |
27 | { | 29 | { |
28 | int mtu, ret = 0; | 30 | int mtu, ret = 0; |