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
917fe898
Commit
917fe898
authored
Mar 23, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCTP]: Match ipproto->handler changes for ipv6.
parent
82c1f12a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
net/sctp/ipv6.c
net/sctp/ipv6.c
+6
-1
No files found.
net/sctp/ipv6.c
View file @
917fe898
...
...
@@ -672,8 +672,13 @@ static struct inet_protosw sctpv6_stream_protosw = {
.
flags
=
SCTP_PROTOSW_FLAG
};
static
int
sctp6_rcv
(
struct
sk_buff
**
pskb
)
{
return
sctp_rcv
(
*
pskb
);
}
static
struct
inet6_protocol
sctpv6_protocol
=
{
.
handler
=
sctp_rcv
,
.
handler
=
sctp
6
_rcv
,
.
err_handler
=
sctp_v6_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