Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e7b94d66
Commit
e7b94d66
authored
Sep 27, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o NET: move net/ipv4/af_inet.c EXPORT_SYMBOLs from net/netsyms.c
parent
0b0766f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
25 deletions
+29
-25
net/ipv4/af_inet.c
net/ipv4/af_inet.c
+29
-0
net/netsyms.c
net/netsyms.c
+0
-25
No files found.
net/ipv4/af_inet.c
View file @
e7b94d66
...
...
@@ -74,6 +74,7 @@
#include <linux/in.h>
#include <linux/kernel.h>
#include <linux/major.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/timer.h>
#include <linux/string.h>
...
...
@@ -1246,4 +1247,32 @@ int __init ipv4_proc_init(void)
return
0
;
}
#endif
/* CONFIG_PROC_FS */
MODULE_ALIAS_NETPROTO
(
PF_INET
);
EXPORT_SYMBOL
(
inet_accept
);
EXPORT_SYMBOL
(
inet_bind
);
EXPORT_SYMBOL
(
inet_dgram_connect
);
EXPORT_SYMBOL
(
inet_dgram_ops
);
EXPORT_SYMBOL
(
inet_family_ops
);
EXPORT_SYMBOL
(
inet_getname
);
EXPORT_SYMBOL
(
inet_getsockopt
);
EXPORT_SYMBOL
(
inet_ioctl
);
EXPORT_SYMBOL
(
inet_listen
);
EXPORT_SYMBOL
(
inet_recvmsg
);
EXPORT_SYMBOL
(
inet_register_protosw
);
EXPORT_SYMBOL
(
inet_release
);
EXPORT_SYMBOL
(
inet_sendmsg
);
EXPORT_SYMBOL
(
inet_setsockopt
);
EXPORT_SYMBOL
(
inet_shutdown
);
EXPORT_SYMBOL
(
inet_sock_destruct
);
EXPORT_SYMBOL
(
inet_sock_release
);
EXPORT_SYMBOL
(
inet_stream_connect
);
EXPORT_SYMBOL
(
inet_stream_ops
);
EXPORT_SYMBOL
(
inet_unregister_protosw
);
EXPORT_SYMBOL
(
tcp_protocol
);
EXPORT_SYMBOL
(
udp_protocol
);
#ifdef INET_REFCNT_DEBUG
EXPORT_SYMBOL
(
inet_sock_nr
);
#endif
net/netsyms.c
View file @
e7b94d66
...
...
@@ -59,8 +59,6 @@
#include <net/esp.h>
#endif
extern
struct
net_proto_family
inet_family_ops
;
#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) \
|| defined (CONFIG_IP_SCTP_MODULE)
#include <linux/in6.h>
...
...
@@ -174,8 +172,6 @@ EXPORT_SYMBOL(free_divert_blk);
EXPORT_SYMBOL
(
inetdev_lock
);
EXPORT_SYMBOL
(
inet_add_protocol
);
EXPORT_SYMBOL
(
inet_del_protocol
);
EXPORT_SYMBOL
(
inet_register_protosw
);
EXPORT_SYMBOL
(
inet_unregister_protosw
);
EXPORT_SYMBOL
(
ip_route_output_key
);
EXPORT_SYMBOL
(
ip_route_input
);
EXPORT_SYMBOL
(
icmp_send
);
...
...
@@ -188,14 +184,11 @@ EXPORT_SYMBOL(arp_broken_ops);
EXPORT_SYMBOL
(
__ip_select_ident
);
EXPORT_SYMBOL
(
ip_send_check
);
EXPORT_SYMBOL
(
ip_fragment
);
EXPORT_SYMBOL
(
inet_family_ops
);
EXPORT_SYMBOL
(
in_aton
);
EXPORT_SYMBOL
(
ip_mc_inc_group
);
EXPORT_SYMBOL
(
ip_mc_dec_group
);
EXPORT_SYMBOL
(
ip_mc_join_group
);
EXPORT_SYMBOL
(
ip_finish_output
);
EXPORT_SYMBOL
(
inet_stream_ops
);
EXPORT_SYMBOL
(
inet_dgram_ops
);
EXPORT_SYMBOL
(
ip_cmsg_recv
);
EXPORT_SYMBOL
(
inet_addr_type
);
EXPORT_SYMBOL
(
inet_select_addr
);
...
...
@@ -230,21 +223,6 @@ EXPORT_SYMBOL(flow_cache_genid);
#if defined (CONFIG_IPV6_MODULE) || defined (CONFIG_IP_SCTP_MODULE)
/* inet functions common to v4 and v6 */
EXPORT_SYMBOL
(
inet_release
);
EXPORT_SYMBOL
(
inet_stream_connect
);
EXPORT_SYMBOL
(
inet_dgram_connect
);
EXPORT_SYMBOL
(
inet_accept
);
EXPORT_SYMBOL
(
inet_listen
);
EXPORT_SYMBOL
(
inet_shutdown
);
EXPORT_SYMBOL
(
inet_setsockopt
);
EXPORT_SYMBOL
(
inet_getsockopt
);
EXPORT_SYMBOL
(
inet_sendmsg
);
EXPORT_SYMBOL
(
inet_recvmsg
);
#ifdef INET_REFCNT_DEBUG
EXPORT_SYMBOL
(
inet_sock_nr
);
#endif
EXPORT_SYMBOL
(
inet_sock_destruct
);
EXPORT_SYMBOL
(
inet_sock_release
);
/* Socket demultiplexing. */
EXPORT_SYMBOL
(
udp_hash
);
...
...
@@ -322,9 +300,6 @@ EXPORT_SYMBOL(tcp_read_sock);
#ifdef CONFIG_IP_SCTP_MODULE
EXPORT_SYMBOL
(
ip_setsockopt
);
EXPORT_SYMBOL
(
ip_getsockopt
);
EXPORT_SYMBOL
(
inet_ioctl
);
EXPORT_SYMBOL
(
inet_bind
);
EXPORT_SYMBOL
(
inet_getname
);
#endif
/* CONFIG_IP_SCTP_MODULE */
EXPORT_SYMBOL
(
netlink_set_err
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment