Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dipsec.h192 #define IS_TUNNEL(flags) ((flags) & (IP4_TUNNEL | IP6_TUNNEL)) macro
H A Dipsec.c102 .mode = (IS_TUNNEL(sa->flags)) ? in create_lookaside_session()
199 } else if (IS_TUNNEL(sa->flags)) { in create_inline_session()
H A Dipsec_process.c231 if ((IS_TUNNEL(priv->sa->flags))) { in prep_process_group()
H A Desp.c266 RTE_ASSERT(IS_TUNNEL(sa->flags) || IS_TRANSPORT(sa->flags)); in esp_outbound()