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
6ebdcd99
Commit
6ebdcd99
authored
Sep 28, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o NET: move net/ipv4/icmp.c EXPORT_SYMBOLs from net/netsyms.c
parent
6c1f7e05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
net/ipv4/icmp.c
net/ipv4/icmp.c
+6
-0
net/netsyms.c
net/netsyms.c
+0
-8
No files found.
net/ipv4/icmp.c
View file @
6ebdcd99
...
...
@@ -65,6 +65,7 @@
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/jiffies.h>
#include <linux/kernel.h>
...
...
@@ -1126,3 +1127,8 @@ void __init icmp_init(struct net_proto_family *ops)
per_cpu
(
__icmp_socket
,
i
)
->
sk
->
sk_prot
->
unhash
(
per_cpu
(
__icmp_socket
,
i
)
->
sk
);
}
}
EXPORT_SYMBOL
(
icmp_err_convert
);
EXPORT_SYMBOL
(
icmp_send
);
EXPORT_SYMBOL
(
icmp_statistics
);
EXPORT_SYMBOL
(
xrlim_allow
);
net/netsyms.c
View file @
6ebdcd99
...
...
@@ -15,7 +15,6 @@
#include <linux/fddidevice.h>
#include <linux/trdevice.h>
#include <linux/fcdevice.h>
#include <linux/ioport.h>
#include <linux/tty.h>
#include <net/snmp.h>
#include <net/checksum.h>
...
...
@@ -30,7 +29,6 @@
#ifdef CONFIG_INET
#include <net/protocol.h>
#include <net/icmp.h>
#include <net/inet_common.h>
#include <linux/inet.h>
#include <linux/mroute.h>
...
...
@@ -67,9 +65,6 @@ EXPORT_SYMBOL(destroy_EII_client);
/* Internet layer registration */
EXPORT_SYMBOL
(
inet_add_protocol
);
EXPORT_SYMBOL
(
inet_del_protocol
);
EXPORT_SYMBOL
(
icmp_send
);
EXPORT_SYMBOL
(
icmp_statistics
);
EXPORT_SYMBOL
(
icmp_err_convert
);
EXPORT_SYMBOL
(
ip_options_compile
);
EXPORT_SYMBOL
(
ip_options_undo
);
EXPORT_SYMBOL
(
in_aton
);
...
...
@@ -99,9 +94,6 @@ EXPORT_SYMBOL(net_statistics);
/* Used by at least ipip.c. */
EXPORT_SYMBOL
(
ipv4_config
);
/* Used by other modules */
EXPORT_SYMBOL
(
xrlim_allow
);
EXPORT_SYMBOL
(
ip_rcv
);
#endif
/* CONFIG_INET */
...
...
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