Home
last modified time | relevance | path

Searched refs:rte_esp_hdr (Results 1 – 15 of 15) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Desp.c72 sizeof(struct rte_esp_hdr)); in esp_inbound()
91 sizeof(struct rte_esp_hdr) + in esp_inbound()
97 sizeof(struct rte_esp_hdr)); in esp_inbound()
202 sizeof(struct rte_esp_hdr) + sa->iv_len); in esp_inbound_post()
227 struct rte_esp_hdr *esp = NULL; in esp_outbound()
304 esp = (struct rte_esp_hdr *)(ip4 + 1); in esp_outbound()
309 esp = (struct rte_esp_hdr *)(ip6 + 1); in esp_outbound()
313 sizeof(struct rte_esp_hdr) + sa->iv_len); in esp_outbound()
375 sizeof(struct rte_esp_hdr) + sa->iv_len; in esp_outbound()
405 sizeof(struct rte_esp_hdr); in esp_outbound()
[all …]
H A Dsad.h66 struct rte_esp_hdr *esp; in sad_lookup()
93 esp = rte_pktmbuf_mtod_offset(pkts[i], struct rte_esp_hdr *, in sad_lookup()
/dpdk/lib/ipsec/
H A Dcrypto.h51 struct rte_esp_hdr esph;
81 struct rte_esp_hdr esph;
121 struct rte_esp_hdr esph;
H A Desp_inb.c73 pofs + sizeof(struct rte_esp_hdr)); in inb_cop_prepare()
147 *pofs + sizeof(struct rte_esp_hdr)); in inb_cpu_crypto_prepare()
258 struct rte_esp_hdr *esph; in inb_get_sqn()
260 esph = rte_pktmbuf_mtod_offset(mb, struct rte_esp_hdr *, hlen); in inb_get_sqn()
500 const struct rte_esp_hdr *ph; in tun_process_step2()
503 ph = rte_pktmbuf_mtod_offset(mb, const struct rte_esp_hdr *, hlen); in tun_process_step2()
H A Dsa.c257 sa->ctp.cipher.offset = sizeof(struct rte_esp_hdr) + sa->iv_len; in esp_inb_init()
313 sa->ctp.cipher.offset = hlen + sizeof(struct rte_esp_hdr) + in esp_outb_init()
319 sa->ctp.cipher.offset = hlen + sizeof(struct rte_esp_hdr); in esp_outb_init()
340 sa->ctp.auth.length = sizeof(struct rte_esp_hdr) + in esp_outb_init()
H A Desp_outb.c145 struct rte_esp_hdr *esph; in outb_tun_pkt_prepare()
209 esph = (struct rte_esp_hdr *)(ph + sa->hdr_len); in outb_tun_pkt_prepare()
351 struct rte_esp_hdr *esph; in outb_trs_pkt_prepare()
406 esph = (struct rte_esp_hdr *)(ph + uhlen); in outb_trs_pkt_prepare()
/dpdk/lib/net/
H A Drte_esp.h23 struct rte_esp_hdr { struct
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1139 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1140 len += sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1157 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1159 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1168 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1169 len += sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1186 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1188 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
/dpdk/drivers/crypto/cnxk/
H A Dcn9k_ipsec_la_ops.h35 struct rte_esp_hdr *esp; in ipsec_antireplay_check()
/dpdk/lib/ethdev/
H A Drte_flow.h1279 struct rte_esp_hdr hdr; /**< ESP header definition. */
/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c602 iv_pos = test_ipsec_tunnel_hdr_len_get(td) + sizeof(struct rte_esp_hdr); in test_ipsec_iv_verify_push()
H A Dtest_ipsec.c586 sizeof(struct rte_esp_hdr); in setup_test_string_tunneled()
591 struct rte_esp_hdr esph = { in setup_test_string_tunneled()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c1112 uint16_t esp_hlen = sizeof(struct rte_esp_hdr) + s->iv_sz; in iavf_ipsec_crypto_compute_l4_payload_length()
H A Diavf_rxtx.c2486 *ipsec_len = sizeof(struct rte_esp_hdr) + (md->len_iv >> 2) + in iavf_fill_ipsec_desc()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c10992 size = sizeof(struct rte_esp_hdr); in cmd_set_raw_parsed()