X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fesp_decrypt.c;h=7289b260e2241cad3aebec5bb37d4d01409f5803;hb=cb33dc2d7a566d571c86b950b4aa92dd7ae01c3c;hp=e69cd85101ae9d37ab56c598df6391b1d0fa8f52;hpb=665e482f2422cab52da221b019bb81993d7950f3;p=vpp.git diff --git a/src/vnet/ipsec/esp_decrypt.c b/src/vnet/ipsec/esp_decrypt.c index e69cd85101a..7289b260e22 100644 --- a/src/vnet/ipsec/esp_decrypt.c +++ b/src/vnet/ipsec/esp_decrypt.c @@ -190,6 +190,8 @@ esp_decrypt_node_fn (vlib_main_t * vm, } } + sa0->total_data_size += i_b0->current_length; + if (PREDICT_TRUE (sa0->integ_alg != IPSEC_INTEG_ALG_NONE)) { u8 sig[64];