commit | c7f877833c9f361be8e88d6b140d8314e80892aa | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Jun 18 15:51:57 2021 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Mon Jun 21 09:55:06 2021 +0200 |
tree | 0cbbcbe650e0e8d6044114ac5497dfd77971a3c0 | |
parent | cfc61c598e43772cc4f76b8fc40c5ec70675716b [diff] |
xfrm: replay: remove advance indirection Similar to other patches: add a new helper to avoid an indirection. v2: fix 'net/xfrm/xfrm_replay.c:519:13: warning: 'seq' may be used uninitialized in this function' warning. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>