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
f614ba1b
Commit
f614ba1b
authored
Jun 18, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6]: Export necessary xfrm6_tunnel functions.
parent
c3b2adbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
net/ipv6/xfrm6_tunnel.c
net/ipv6/xfrm6_tunnel.c
+11
-0
No files found.
net/ipv6/xfrm6_tunnel.c
View file @
f614ba1b
...
...
@@ -215,6 +215,8 @@ u32 xfrm6_tunnel_spi_lookup(xfrm_address_t *saddr)
return
spi
;
}
EXPORT_SYMBOL
(
xfrm6_tunnel_spi_lookup
);
static
u32
__xfrm6_tunnel_alloc_spi
(
xfrm_address_t
*
saddr
)
{
u32
spi
;
...
...
@@ -305,6 +307,8 @@ u32 xfrm6_tunnel_alloc_spi(xfrm_address_t *saddr)
return
spi
;
}
EXPORT_SYMBOL
(
xfrm6_tunnel_alloc_spi
);
void
xfrm6_tunnel_free_spi
(
xfrm_address_t
*
saddr
)
{
struct
xfrm6_tunnel_spi
*
x6spi
;
...
...
@@ -337,6 +341,7 @@ void xfrm6_tunnel_free_spi(xfrm_address_t *saddr)
write_unlock_bh
(
&
xfrm6_tunnel_spi_lock
);
}
EXPORT_SYMBOL
(
xfrm6_tunnel_free_spi
);
int
xfrm6_tunnel_check_size
(
struct
sk_buff
*
skb
)
{
...
...
@@ -355,6 +360,8 @@ int xfrm6_tunnel_check_size(struct sk_buff *skb)
return
ret
;
}
EXPORT_SYMBOL
(
xfrm6_tunnel_check_size
);
static
int
xfrm6_tunnel_output
(
struct
sk_buff
**
pskb
)
{
struct
sk_buff
*
skb
=
*
pskb
;
...
...
@@ -434,6 +441,8 @@ int xfrm6_tunnel_register(struct xfrm6_tunnel *handler)
return
ret
;
}
EXPORT_SYMBOL
(
xfrm6_tunnel_register
);
int
xfrm6_tunnel_deregister
(
struct
xfrm6_tunnel
*
handler
)
{
int
ret
;
...
...
@@ -451,6 +460,8 @@ int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler)
return
ret
;
}
EXPORT_SYMBOL
(
xfrm6_tunnel_deregister
);
static
int
xfrm6_tunnel_rcv
(
struct
sk_buff
**
pskb
,
unsigned
int
*
nhoffp
)
{
struct
sk_buff
*
skb
=
*
pskb
;
...
...
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