Lines Matching refs:ips
152 struct rte_ipsec_session *ips; in esp_inbound_post() local
158 ips = ipsec_get_primary_session(sa); in esp_inbound_post()
160 if ((ips->type == RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) || in esp_inbound_post()
161 (ips->type == RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO)) { in esp_inbound_post()
176 if (ips->type == RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO && in esp_inbound_post()
177 ips->security.ol_flags & RTE_SECURITY_RX_HW_TRAILER_OFFLOAD) { in esp_inbound_post()
232 struct rte_ipsec_session *ips; in esp_outbound() local
237 ips = ipsec_get_primary_session(sa); in esp_outbound()
286 if (ips->type != RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO || in esp_outbound()
287 (ips->type == RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO && in esp_outbound()
288 !(ips->security.ol_flags & in esp_outbound()
354 if (ips->type == RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO) { in esp_outbound()
355 if (ips->security.ol_flags & in esp_outbound()