Home
last modified time | relevance | path

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

/f-stack/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()
88 esp = rte_pktmbuf_mtod_offset(pkts[i], struct rte_esp_hdr *, in sad_lookup()
/f-stack/dpdk/lib/librte_net/
H A Drte_esp.h23 struct rte_esp_hdr { struct
/f-stack/dpdk/lib/librte_ipsec/
H A Desp_inb.c72 pofs + sizeof(struct rte_esp_hdr)); in inb_cop_prepare()
118 *pofs + sizeof(struct rte_esp_hdr)); in inb_cpu_crypto_prepare()
199 struct rte_esp_hdr *esph; in inb_get_sqn()
201 esph = rte_pktmbuf_mtod_offset(mb, struct rte_esp_hdr *, hlen); in inb_get_sqn()
441 const struct rte_esp_hdr *ph; in tun_process_step2()
444 ph = rte_pktmbuf_mtod_offset(mb, const struct rte_esp_hdr *, hlen); in tun_process_step2()
H A Dsa.c246 sa->ctp.cipher.offset = sizeof(struct rte_esp_hdr) + sa->iv_len; in esp_inb_init()
299 sa->ctp.cipher.offset = hlen + sizeof(struct rte_esp_hdr) + in esp_outb_init()
305 sa->ctp.cipher.offset = hlen + sizeof(struct rte_esp_hdr); in esp_outb_init()
321 sa->ctp.auth.length = sizeof(struct rte_esp_hdr) + in esp_outb_init()
H A Desp_outb.c114 struct rte_esp_hdr *esph; in outb_tun_pkt_prepare()
162 esph = (struct rte_esp_hdr *)(ph + sa->hdr_len); in outb_tun_pkt_prepare()
282 struct rte_esp_hdr *esph; in outb_trs_pkt_prepare()
329 esph = (struct rte_esp_hdr *)(ph + uhlen); in outb_trs_pkt_prepare()
H A Dcrypto.h50 struct rte_esp_hdr esph;
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1140 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1141 len += sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1158 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1160 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1169 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1170 len += sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1187 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
1189 sizeof(struct rte_esp_hdr); in i40e_flow_fdir_construct_pkt()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_sec.c36 lp->partial_len += sizeof(struct rte_esp_hdr); in ipsec_lp_len_precalc()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h1098 struct rte_esp_hdr hdr; /**< ESP header definition. */
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c229 sess->partial_len += sizeof(struct rte_esp_hdr); in ipsec_sa_const_set()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c576 sizeof(struct rte_esp_hdr); in setup_test_string_tunneled()
581 struct rte_esp_hdr esph = { in setup_test_string_tunneled()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c7658 size = sizeof(struct rte_esp_hdr); in cmd_set_raw_parsed()