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
450609e5
Commit
450609e5
authored
Apr 02, 2003
by
Jean-Francois Dive
Committed by
David S. Miller
Apr 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPSEC]: Missing xfrm_state use_time updates.
parent
52d4673b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
net/ipv4/xfrm4_input.c
net/ipv4/xfrm4_input.c
+1
-0
net/ipv6/xfrm6_input.c
net/ipv6/xfrm6_input.c
+1
-0
No files found.
net/ipv4/xfrm4_input.c
View file @
450609e5
...
...
@@ -49,6 +49,7 @@ int xfrm4_rcv(struct sk_buff *skb)
x
->
curlft
.
bytes
+=
skb
->
len
;
x
->
curlft
.
packets
++
;
x
->
curlft
.
use_time
=
(
unsigned
long
)
xtime
.
tv_sec
;
spin_unlock
(
&
x
->
lock
);
...
...
net/ipv6/xfrm6_input.c
View file @
450609e5
...
...
@@ -181,6 +181,7 @@ int xfrm6_rcv(struct sk_buff **pskb)
x
->
curlft
.
bytes
+=
skb
->
len
;
x
->
curlft
.
packets
++
;
x
->
curlft
.
use_time
=
(
unsigned
long
)
xtime
.
tv_sec
;
spin_unlock
(
&
x
->
lock
);
...
...
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