diff options
author | Florian Westphal <fw@strlen.de> | 2021-06-18 16:52:00 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2021-06-21 10:55:06 +0300 |
commit | b5a1d1fe0cbb9d20ba661134a09561af1dc9ebf5 (patch) | |
tree | be03ccf87d9dd330ca1943007c74019439fdd504 /net/ipv4 | |
parent | adfc2fdbae30d42edebad01d0ea1eed43036f1fe (diff) | |
download | linux-b5a1d1fe0cbb9d20ba661134a09561af1dc9ebf5.tar.xz |
xfrm: replay: remove last replay indirection
This replaces the overflow indirection with the new xfrm_replay_overflow
helper. After this, the 'repl' pointer in xfrm_state is no longer
needed and can be removed as well.
xfrm_replay_overflow() is added in two incarnations, one is used
when the kernel is compiled with xfrm hardware offload support enabled,
the other when its disabled.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions