diff options
Diffstat (limited to 'net/ipv6/exthdrs.c')
-rw-r--r-- | net/ipv6/exthdrs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c index a963a31e5fb6..bcc4820baa78 100644 --- a/net/ipv6/exthdrs.c +++ b/net/ipv6/exthdrs.c | |||
@@ -810,6 +810,8 @@ void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, | |||
810 | ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); | 810 | ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); |
811 | } | 811 | } |
812 | 812 | ||
813 | EXPORT_SYMBOL(ipv6_push_nfrag_opts); | ||
814 | |||
813 | void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) | 815 | void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) |
814 | { | 816 | { |
815 | if (opt->dst1opt) | 817 | if (opt->dst1opt) |