Home
last modified time | relevance | path

Searched refs:iph6 (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c758 const struct rte_ipv6_hdr *iph6; in test_ipsec_td_verify() local
769 if (iph6->proto != IPPROTO_UDP) { in test_ipsec_td_verify()
938 if (!is_valid_ipv6_pkt(iph6)) { in test_ipsec_iph6_hdr_validate()
943 vtc_flow = rte_be_to_cpu_32(iph6->vtc_flow); in test_ipsec_iph6_hdr_validate()
975 const struct rte_ipv6_hdr *iph6; in test_ipsec_post_process() local
989 if (is_valid_ipv6_pkt(iph6) == false) { in test_ipsec_post_process()
1011 if (test_ipsec_iph6_hdr_validate(iph6, flags)) in test_ipsec_post_process()
1131 struct rte_ipv6_hdr *iph6; in test_ipsec_pkt_update() local
1180 iph6 = (struct rte_ipv6_hdr *)pkt; in test_ipsec_pkt_update()
1182 vtc_flow = rte_be_to_cpu_32(iph6->vtc_flow); in test_ipsec_pkt_update()
[all …]
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c379 const struct rte_ipv6_hdr *iph6; in prepare_one_packet() local
429 iph6 = (const struct rte_ipv6_hdr *)rte_pktmbuf_adj(pkt, in prepare_one_packet()
431 adjust_ipv6_pktlen(pkt, iph6, 0); in prepare_one_packet()
433 next_proto = iph6->proto; in prepare_one_packet()
468 t->ip6.data[t->ip6.num] = &iph6->proto; in prepare_one_packet()