Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
c53b3590
Commit
c53b3590
authored
Apr 24, 2007
by
YOSHIFUJI Hideaki
Committed by
David S. Miller
Apr 25, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6] XFRM: Use ip6addr_any where applicable.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
df8981dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
net/ipv6/xfrm6_input.c
net/ipv6/xfrm6_input.c
+1
-3
No files found.
net/ipv6/xfrm6_input.c
View file @
c53b3590
...
...
@@ -147,14 +147,12 @@ int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
{
struct
xfrm_state
*
x
=
NULL
;
int
wildcard
=
0
;
struct
in6_addr
any
;
xfrm_address_t
*
xany
;
struct
xfrm_state
*
xfrm_vec_one
=
NULL
;
int
nh
=
0
;
int
i
=
0
;
ipv6_addr_set
(
&
any
,
0
,
0
,
0
,
0
);
xany
=
(
xfrm_address_t
*
)
&
any
;
xany
=
(
xfrm_address_t
*
)
&
in6addr_any
;
for
(
i
=
0
;
i
<
3
;
i
++
)
{
xfrm_address_t
*
dst
,
*
src
;
...
...
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