X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fin2out.c;h=7ed375d46e5938787cbc9b3019388a79c4a81237;hb=25cfb775e38b1d245e9c2cee75a77086f8f80913;hp=403d23c356579fac8e201a446cdfe321b0b0bb5c;hpb=f4647ed885c47a72d94dd63e0903b6c1ae649813;p=vpp.git diff --git a/src/plugins/nat/in2out.c b/src/plugins/nat/in2out.c index 403d23c3565..7ed375d46e5 100755 --- a/src/plugins/nat/in2out.c +++ b/src/plugins/nat/in2out.c @@ -383,6 +383,7 @@ slow_path (snat_main_t * sm, vlib_buffer_t * b0, return next0; } +#ifndef CLIB_MARCH_VARIANT static_always_inline snat_in2out_error_t icmp_get_key (ip4_header_t * ip0, snat_session_key_t * p_key0) @@ -428,7 +429,6 @@ static_always_inline return -1; /* success */ } -#ifndef CLIB_MARCH_VARIANT /** * Get address and port values to be used for ICMP packet translation * and create session if needed