Lines Matching refs:iv_len
53 sizeof(struct rte_esp_hdr) - sa->iv_len - sa->digest_len; in esp_inbound()
66 ip_hdr_len + sizeof(struct rte_esp_hdr) + sa->iv_len; in esp_inbound()
92 sa->iv_len; in esp_inbound()
106 rte_memcpy(iv_ptr, iv, sa->iv_len); in esp_inbound()
126 sa->iv_len + payload_len; in esp_inbound()
202 sizeof(struct rte_esp_hdr) + sa->iv_len); in esp_inbound_post()
216 ipip_inbound(m, sizeof(struct rte_esp_hdr) + sa->iv_len); in esp_inbound_post()
279 if (unlikely(ip_hdr_len + sizeof(struct rte_esp_hdr) + sa->iv_len + in esp_outbound()
302 ip4 = ip4ip_outbound(m, sizeof(struct rte_esp_hdr) + sa->iv_len, in esp_outbound()
307 ip6 = ip6ip_outbound(m, sizeof(struct rte_esp_hdr) + sa->iv_len, in esp_outbound()
313 sizeof(struct rte_esp_hdr) + sa->iv_len); in esp_outbound()
341 memset(iv, 0, sa->iv_len); in esp_outbound()
375 sizeof(struct rte_esp_hdr) + sa->iv_len; in esp_outbound()
406 sym_cop->cipher.data.length = pad_payload_len + sa->iv_len; in esp_outbound()
410 sizeof(struct rte_esp_hdr) + sa->iv_len; in esp_outbound()
436 sa->iv_len + pad_payload_len; in esp_outbound()