Lines Matching refs:iph6
758 const struct rte_ipv6_hdr *iph6; in test_ipsec_td_verify() local
768 iph6 = (const struct rte_ipv6_hdr *)output_text; in test_ipsec_td_verify()
769 if (iph6->proto != IPPROTO_UDP) { in test_ipsec_td_verify()
932 test_ipsec_iph6_hdr_validate(const struct rte_ipv6_hdr *iph6, in test_ipsec_iph6_hdr_validate() argument
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
988 iph6 = (const struct rte_ipv6_hdr *)output_text; in test_ipsec_post_process()
989 if (is_valid_ipv6_pkt(iph6) == false) { in test_ipsec_post_process()
1010 iph6 = (const struct rte_ipv6_hdr *)output_text; 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()
1190 iph6->vtc_flow = rte_cpu_to_be_32(vtc_flow); in test_ipsec_pkt_update()