ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet_process 91/38791/10
authorvinay tripathi <vinayx.tripathi@intel.com>
Wed, 31 May 2023 09:11:45 +0000 (14:41 +0530)
committerFan Zhang <fanzhang.oss@gmail.com>
Tue, 31 Oct 2023 10:32:52 +0000 (10:32 +0000)
commit75069cee95039172e8d2a3af58e4a8ed0a411d3a
tree544543c9970e782a25f51cf6cd7315fff5a5382b
parent485f7bcccb46e2199b0701db277bca59aa6484c6
ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet_process

This inline function is introduced to simplify code readability and allows to splitting of
UDP and ESP processing in the next step.

Type: improvement

Change-Id: Ida4d6abbed141ac74d4d285900777778eb8a5a1d
Signed-off-by: Vinay Tripathi <vinayx.tripathi@intel.com>
src/vnet/ipsec/ipsec_input.c