Searched refs:IS_TRANSPORT (Results 1 – 3 of 3) sorted by relevance
199 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()
182 #define IS_TRANSPORT(flags) ((flags) & TRANSPORT) macro
574 } else if (IS_TRANSPORT(rule->flags)) { in parse_sa_tokens()616 } else if (IS_TRANSPORT(rule->flags)) { in parse_sa_tokens()1288 prm->ipsec_xform.mode = (IS_TRANSPORT(ss->flags)) ? in fill_ipsec_sa_prm()