diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /net/ipv6/ipv6_syms.c |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'net/ipv6/ipv6_syms.c')
-rw-r--r-- | net/ipv6/ipv6_syms.c | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/net/ipv6/ipv6_syms.c b/net/ipv6/ipv6_syms.c new file mode 100644 index 000000000000..2f4c91ddc9a3 --- /dev/null +++ b/net/ipv6/ipv6_syms.c | |||
@@ -0,0 +1,41 @@ | |||
1 | |||
2 | #include <linux/config.h> | ||
3 | #include <linux/module.h> | ||
4 | #include <net/protocol.h> | ||
5 | #include <net/ipv6.h> | ||
6 | #include <net/addrconf.h> | ||
7 | #include <net/ip6_route.h> | ||
8 | #include <net/xfrm.h> | ||
9 | |||
10 | EXPORT_SYMBOL(ipv6_addr_type); | ||
11 | EXPORT_SYMBOL(icmpv6_send); | ||
12 | EXPORT_SYMBOL(icmpv6_statistics); | ||
13 | EXPORT_SYMBOL(icmpv6_err_convert); | ||
14 | EXPORT_SYMBOL(ndisc_mc_map); | ||
15 | EXPORT_SYMBOL(register_inet6addr_notifier); | ||
16 | EXPORT_SYMBOL(unregister_inet6addr_notifier); | ||
17 | EXPORT_SYMBOL(ip6_route_output); | ||
18 | #ifdef CONFIG_NETFILTER | ||
19 | EXPORT_SYMBOL(ip6_route_me_harder); | ||
20 | #endif | ||
21 | EXPORT_SYMBOL(addrconf_lock); | ||
22 | EXPORT_SYMBOL(ipv6_setsockopt); | ||
23 | EXPORT_SYMBOL(ipv6_getsockopt); | ||
24 | EXPORT_SYMBOL(inet6_register_protosw); | ||
25 | EXPORT_SYMBOL(inet6_unregister_protosw); | ||
26 | EXPORT_SYMBOL(inet6_add_protocol); | ||
27 | EXPORT_SYMBOL(inet6_del_protocol); | ||
28 | EXPORT_SYMBOL(ip6_xmit); | ||
29 | EXPORT_SYMBOL(inet6_release); | ||
30 | EXPORT_SYMBOL(inet6_bind); | ||
31 | EXPORT_SYMBOL(inet6_getname); | ||
32 | EXPORT_SYMBOL(inet6_ioctl); | ||
33 | EXPORT_SYMBOL(ipv6_get_saddr); | ||
34 | EXPORT_SYMBOL(ipv6_chk_addr); | ||
35 | EXPORT_SYMBOL(in6_dev_finish_destroy); | ||
36 | #ifdef CONFIG_XFRM | ||
37 | EXPORT_SYMBOL(xfrm6_rcv); | ||
38 | #endif | ||
39 | EXPORT_SYMBOL(rt6_lookup); | ||
40 | EXPORT_SYMBOL(fl6_sock_lookup); | ||
41 | EXPORT_SYMBOL(ipv6_push_nfrag_opts); | ||