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
nexedi
linux
Commits
579d5c49
Commit
579d5c49
authored
Sep 30, 2003
by
Andrew Morton
Committed by
Stephen Hemminger
Sep 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Fix xfrm_algo.c module exports.
parent
56f41d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
net/xfrm/xfrm_algo.c
net/xfrm/xfrm_algo.c
+3
-4
No files found.
net/xfrm/xfrm_algo.c
View file @
579d5c49
...
...
@@ -619,6 +619,7 @@ skb_to_sgvec(struct sk_buff *skb, struct scatterlist *sg, int offset, int len)
BUG
();
return
elt
;
}
EXPORT_SYMBOL_GPL
(
skb_to_sgvec
);
/* Check that skb data bits are writable. If they are not, copy data
* to newly created private area. If "tailbits" is given, make sure that
...
...
@@ -719,6 +720,7 @@ int skb_cow_data(struct sk_buff *skb, int tailbits, struct sk_buff **trailer)
return
elt
;
}
EXPORT_SYMBOL_GPL
(
skb_cow_data
);
void
*
pskb_put
(
struct
sk_buff
*
skb
,
struct
sk_buff
*
tail
,
int
len
)
{
...
...
@@ -728,8 +730,5 @@ void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len)
}
return
skb_put
(
tail
,
len
);
}
#endif
EXPORT_SYMBOL_GPL
(
pskb_put
);
EXPORT_SYMBOL_GPL
(
skb_cow_data
);
EXPORT_SYMBOL_GPL
(
skb_to_sgvec
);
#endif
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