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
ca8214e5
Commit
ca8214e5
authored
Sep 28, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o NET: move net/core/iovec.c EXPORT_SYMBOLs from net/netsyms.c
parent
d6a06756
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
net/core/iovec.c
net/core/iovec.c
+7
-1
net/netsyms.c
net/netsyms.c
+0
-12
No files found.
net/core/iovec.c
View file @
ca8214e5
...
...
@@ -16,8 +16,8 @@
* Andi Kleen : Fix csum*fromiovecend for IPv6.
*/
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
...
...
@@ -254,3 +254,9 @@ int csum_partial_copy_fromiovecend(unsigned char *kdata, struct iovec *iov,
err
=
-
EFAULT
;
goto
out
;
}
EXPORT_SYMBOL
(
csum_partial_copy_fromiovecend
);
EXPORT_SYMBOL
(
memcpy_fromiovec
);
EXPORT_SYMBOL
(
memcpy_fromiovecend
);
EXPORT_SYMBOL
(
memcpy_toiovec
);
EXPORT_SYMBOL
(
memcpy_tokerneliovec
);
net/netsyms.c
View file @
ca8214e5
...
...
@@ -61,8 +61,6 @@ extern void destroy_8023_client(struct datalink_proto *);
#endif
/* Socket layer support routines */
EXPORT_SYMBOL
(
memcpy_fromiovec
);
EXPORT_SYMBOL
(
memcpy_tokerneliovec
);
EXPORT_SYMBOL
(
sk_run_filter
);
EXPORT_SYMBOL
(
sk_chk_filter
);
...
...
@@ -77,11 +75,8 @@ EXPORT_SYMBOL(net_ratelimit);
EXPORT_SYMBOL
(
net_random
);
EXPORT_SYMBOL
(
net_srandom
);
/* Needed by smbfs.o */
/* Needed by unix.o */
EXPORT_SYMBOL
(
files_stat
);
EXPORT_SYMBOL
(
memcpy_toiovec
);
#ifdef CONFIG_IPX_MODULE
EXPORT_SYMBOL
(
make_8023_client
);
...
...
@@ -90,7 +85,6 @@ EXPORT_SYMBOL(make_EII_client);
EXPORT_SYMBOL
(
destroy_EII_client
);
#endif
#ifdef CONFIG_NET_DIVERT
EXPORT_SYMBOL
(
alloc_divert_blk
);
EXPORT_SYMBOL
(
free_divert_blk
);
...
...
@@ -134,10 +128,6 @@ EXPORT_SYMBOL(flow_cache_genid);
#if defined (CONFIG_IPV6_MODULE) || defined (CONFIG_IP_SCTP_MODULE)
/* inet functions common to v4 and v6 */
/* Socket demultiplexing. */
EXPORT_SYMBOL
(
memcpy_fromiovecend
);
EXPORT_SYMBOL
(
csum_partial_copy_fromiovecend
);
/* UDP/TCP exported functions for TCPv6 */
EXPORT_SYMBOL
(
net_statistics
);
#endif
...
...
@@ -156,8 +146,6 @@ EXPORT_SYMBOL(tr_source_route);
EXPORT_SYMBOL
(
tr_type_trans
);
#endif
/* Device callback registration */
/* support for loadable net drivers */
#ifdef CONFIG_NET
EXPORT_SYMBOL
(
loopback_dev
);
...
...
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