Lines Matching refs:udp_spec
1355 const struct rte_flow_item_udp *udp_spec = item->spec; in ulp_rte_udp_hdr_handler() local
1371 if (udp_spec) { in ulp_rte_udp_hdr_handler()
1372 sport = udp_spec->hdr.src_port; in ulp_rte_udp_hdr_handler()
1373 dport = udp_spec->hdr.dst_port; in ulp_rte_udp_hdr_handler()
1392 ulp_deference_struct(udp_spec, hdr.src_port), in ulp_rte_udp_hdr_handler()
1398 ulp_deference_struct(udp_spec, hdr.dst_port), in ulp_rte_udp_hdr_handler()
1404 ulp_deference_struct(udp_spec, hdr.dgram_len), in ulp_rte_udp_hdr_handler()
1410 ulp_deference_struct(udp_spec, hdr.dgram_cksum), in ulp_rte_udp_hdr_handler()
1933 const struct rte_flow_item_udp *udp_spec) in ulp_rte_enc_udp_hdr_handler() argument
1940 size = sizeof(udp_spec->hdr.src_port); in ulp_rte_enc_udp_hdr_handler()
1941 field = ulp_rte_parser_fld_copy(field, &udp_spec->hdr.src_port, size); in ulp_rte_enc_udp_hdr_handler()
1943 size = sizeof(udp_spec->hdr.dst_port); in ulp_rte_enc_udp_hdr_handler()
1944 field = ulp_rte_parser_fld_copy(field, &udp_spec->hdr.dst_port, size); in ulp_rte_enc_udp_hdr_handler()