aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_packet.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-10-28 18:15:36 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2022-12-29 14:55:25 +0200
commit76e9963229adb40410d7e4439bac35ec92e42c46 (patch)
tree6fc859f5dbfeb739a7045c9c9e64e1f0da42f5a4 /platform/linux-generic/odp_packet.c
parente2eb952cc47843f453edd01bc3b153feeff5ef68 (diff)
linux-gen: crypto: inline odp_crypto_result() implementation
Inline odp_crypto_result() function implementation. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'platform/linux-generic/odp_packet.c')
-rw-r--r--platform/linux-generic/odp_packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-generic/odp_packet.c b/platform/linux-generic/odp_packet.c
index 212e48de0..1ce475625 100644
--- a/platform/linux-generic/odp_packet.c
+++ b/platform/linux-generic/odp_packet.c
@@ -69,6 +69,7 @@ const _odp_packet_inline_offset_t _odp_packet_inline ODP_ALIGNED_CACHE = {
.subtype = offsetof(odp_packet_hdr_t, subtype),
.cls_mark = offsetof(odp_packet_hdr_t, cls_mark),
.ipsec_ctx = offsetof(odp_packet_hdr_t, ipsec_ctx),
+ .crypto_op = offsetof(odp_packet_hdr_t, crypto_op_result),
};
#include <odp/visibility_end.h>