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
5ed27b39
Commit
5ed27b39
authored
Apr 04, 2003
by
Stephen Hemminger
Committed by
David S. Miller
Apr 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6]: C99 initializers for IPV6 sockglue (and spelling fix).
parent
2cb7b621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
net/ipv6/ipv6_sockglue.c
net/ipv6/ipv6_sockglue.c
+7
-9
No files found.
net/ipv6/ipv6_sockglue.c
View file @
5ed27b39
...
...
@@ -55,20 +55,18 @@ DEFINE_SNMP_STAT(struct ipv6_mib, ipv6_statistics);
static
struct
packet_type
ipv6_packet_type
=
{
__constant_htons
(
ETH_P_IPV6
),
NULL
,
/* All devices */
ipv6_rcv
,
(
void
*
)
1
,
NULL
.
type
=
__constant_htons
(
ETH_P_IPV6
),
.
dev
=
NULL
,
/* All devices */
.
func
=
ipv6_rcv
,
.
data
=
(
void
*
)
1
,
};
/*
* addrconf module should be notif
y
ed of a device going up
* addrconf module should be notif
i
ed of a device going up
*/
static
struct
notifier_block
ipv6_dev_notf
=
{
addrconf_notify
,
NULL
,
0
.
notifier_call
=
addrconf_notify
,
.
priority
=
0
};
struct
ip6_ra_chain
*
ip6_ra_chain
;
...
...
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