diff options
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r-- | net/ipv6/icmp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index edfe98bf64c3..a91dfbce8433 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -68,6 +68,7 @@ | |||
68 | #include <asm/system.h> | 68 | #include <asm/system.h> |
69 | 69 | ||
70 | DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6_statistics) __read_mostly; | 70 | DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6_statistics) __read_mostly; |
71 | EXPORT_SYMBOL(icmpv6_statistics); | ||
71 | 72 | ||
72 | /* | 73 | /* |
73 | * The ICMP socket(s). This is the most convenient way to flow control | 74 | * The ICMP socket(s). This is the most convenient way to flow control |
@@ -466,6 +467,8 @@ out: | |||
466 | icmpv6_xmit_unlock(); | 467 | icmpv6_xmit_unlock(); |
467 | } | 468 | } |
468 | 469 | ||
470 | EXPORT_SYMBOL(icmpv6_send); | ||
471 | |||
469 | static void icmpv6_echo_reply(struct sk_buff *skb) | 472 | static void icmpv6_echo_reply(struct sk_buff *skb) |
470 | { | 473 | { |
471 | struct sock *sk; | 474 | struct sock *sk; |
@@ -865,6 +868,8 @@ int icmpv6_err_convert(int type, int code, int *err) | |||
865 | return fatal; | 868 | return fatal; |
866 | } | 869 | } |
867 | 870 | ||
871 | EXPORT_SYMBOL(icmpv6_err_convert); | ||
872 | |||
868 | #ifdef CONFIG_SYSCTL | 873 | #ifdef CONFIG_SYSCTL |
869 | ctl_table ipv6_icmp_table[] = { | 874 | ctl_table ipv6_icmp_table[] = { |
870 | { | 875 | { |