]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/ipv6/ipv6_syms.c
[DECNet] fib: Fix out of bound access of dn_fib_props[]
[net-next-2.6.git] / net / ipv6 / ipv6_syms.c
CommitLineData
1da177e4 1
1da177e4
LT
2#include <linux/module.h>
3#include <net/protocol.h>
4#include <net/ipv6.h>
5#include <net/addrconf.h>
6#include <net/ip6_route.h>
7#include <net/xfrm.h>
8
1da177e4
LT
9EXPORT_SYMBOL(icmpv6_send);
10EXPORT_SYMBOL(icmpv6_statistics);
11EXPORT_SYMBOL(icmpv6_err_convert);
12EXPORT_SYMBOL(ndisc_mc_map);
13EXPORT_SYMBOL(register_inet6addr_notifier);
14EXPORT_SYMBOL(unregister_inet6addr_notifier);
15EXPORT_SYMBOL(ip6_route_output);
1da177e4
LT
16EXPORT_SYMBOL(ipv6_setsockopt);
17EXPORT_SYMBOL(ipv6_getsockopt);
18EXPORT_SYMBOL(inet6_register_protosw);
19EXPORT_SYMBOL(inet6_unregister_protosw);
20EXPORT_SYMBOL(inet6_add_protocol);
21EXPORT_SYMBOL(inet6_del_protocol);
22EXPORT_SYMBOL(ip6_xmit);
23EXPORT_SYMBOL(inet6_release);
24EXPORT_SYMBOL(inet6_bind);
25EXPORT_SYMBOL(inet6_getname);
26EXPORT_SYMBOL(inet6_ioctl);
27EXPORT_SYMBOL(ipv6_get_saddr);
28EXPORT_SYMBOL(ipv6_chk_addr);
29EXPORT_SYMBOL(in6_dev_finish_destroy);
30#ifdef CONFIG_XFRM
31EXPORT_SYMBOL(xfrm6_rcv);
fbd9a5b4 32EXPORT_SYMBOL(xfrm6_input_addr);
aee5adb4 33EXPORT_SYMBOL(xfrm6_find_1stfragopt);
1da177e4
LT
34#endif
35EXPORT_SYMBOL(rt6_lookup);
1da177e4 36EXPORT_SYMBOL(ipv6_push_nfrag_opts);