Home
last modified time | relevance | path

Searched refs:IS_TRANSPORT (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Desp.c199 if (unlikely(IS_TRANSPORT(sa->flags))) { in esp_inbound_post()
242 if (unlikely(IS_TRANSPORT(sa->flags))) { in esp_outbound()
248 if (unlikely(IS_TRANSPORT(sa->flags))) { in esp_outbound()
266 RTE_ASSERT(IS_TUNNEL(sa->flags) || IS_TRANSPORT(sa->flags)); in esp_outbound()
272 else if (!IS_TRANSPORT(sa->flags)) { in esp_outbound()
H A Dipsec.h190 #define IS_TRANSPORT(flags) ((flags) & TRANSPORT) macro
H A Dsa.c666 } else if (IS_TRANSPORT(rule->flags)) { in parse_sa_tokens()
708 } else if (IS_TRANSPORT(rule->flags)) { in parse_sa_tokens()
1457 prm->ipsec_xform.mode = (IS_TRANSPORT(ss->flags)) ? in fill_ipsec_sa_prm()
H A Dipsec.c180 if (IS_TRANSPORT(sa->flags)) { in create_inline_session()