Searched refs:RTE_IPSEC_SATP_MODE_TUNLV4 (Results 1 – 4 of 4) sorted by relevance
186 tp |= RTE_IPSEC_SATP_MODE_TUNLV4; in fill_sa_type()427 case (RTE_IPSEC_SATP_DIR_IB | RTE_IPSEC_SATP_MODE_TUNLV4): in esp_sa_init()434 case (RTE_IPSEC_SATP_DIR_OB | RTE_IPSEC_SATP_MODE_TUNLV4): in esp_sa_init()624 case (RTE_IPSEC_SATP_DIR_IB | RTE_IPSEC_SATP_MODE_TUNLV4): in lksd_none_pkt_func_select()633 case (RTE_IPSEC_SATP_DIR_OB | RTE_IPSEC_SATP_MODE_TUNLV4): in lksd_none_pkt_func_select()662 case (RTE_IPSEC_SATP_DIR_IB | RTE_IPSEC_SATP_MODE_TUNLV4): in cpu_crypto_pkt_func_select()671 case (RTE_IPSEC_SATP_DIR_OB | RTE_IPSEC_SATP_MODE_TUNLV4): in cpu_crypto_pkt_func_select()704 case (RTE_IPSEC_SATP_DIR_IB | RTE_IPSEC_SATP_MODE_TUNLV4): in inline_crypto_pkt_func_select()711 case (RTE_IPSEC_SATP_DIR_OB | RTE_IPSEC_SATP_MODE_TUNLV4): in inline_crypto_pkt_func_select()
109 #define RTE_IPSEC_SATP_MODE_TUNLV4 (1ULL << RTE_SATP_LOG2_MODE) macro
250 if (sa->type & RTE_IPSEC_SATP_MODE_TUNLV4) { in update_tun_outb_l3hdr()274 ((sa->type & RTE_IPSEC_SATP_MODE_TUNLV4) != 0), in update_tun_inb_l3hdr()
20 ((t) & RTE_IPSEC_SATP_MODE_MASK) == RTE_IPSEC_SATP_MODE_TUNLV4)