[IPV6]: Decentralize EXPORT_SYMBOLs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:
committed by
David S. Miller
parent
b558ff7999
commit
7159039a12
@@ -68,6 +68,7 @@
|
||||
#include <asm/system.h>
|
||||
|
||||
DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6_statistics) __read_mostly;
|
||||
EXPORT_SYMBOL(icmpv6_statistics);
|
||||
|
||||
/*
|
||||
* The ICMP socket(s). This is the most convenient way to flow control
|
||||
@@ -466,6 +467,8 @@ out:
|
||||
icmpv6_xmit_unlock();
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(icmpv6_send);
|
||||
|
||||
static void icmpv6_echo_reply(struct sk_buff *skb)
|
||||
{
|
||||
struct sock *sk;
|
||||
@@ -865,6 +868,8 @@ int icmpv6_err_convert(int type, int code, int *err)
|
||||
return fatal;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(icmpv6_err_convert);
|
||||
|
||||
#ifdef CONFIG_SYSCTL
|
||||
ctl_table ipv6_icmp_table[] = {
|
||||
{
|
||||
|
Reference in New Issue
Block a user