Searched refs:item_ipv4 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test-flow-perf/ |
| H A D | actions_gen.c | 849 static struct rte_flow_item_ipv4 item_ipv4; in add_vxlan_encap() local 862 item_ipv4.hdr.src_addr = RTE_IPV4(127, 0, 0, 1); in add_vxlan_encap() 863 item_ipv4.hdr.dst_addr = RTE_BE32(ip_dst); in add_vxlan_encap() 864 item_ipv4.hdr.version_ihl = RTE_IPV4_VHL_DEF; in add_vxlan_encap() 865 items[1].spec = &item_ipv4; in add_vxlan_encap() 866 items[1].mask = &item_ipv4; in add_vxlan_encap()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 711 struct rte_flow_item_ipv4 item_ipv4; member 743 struct rte_flow_item_ipv4 item_ipv4; member 1405 static const enum index item_ipv4[] = { enum 3674 .next = NEXT(item_ipv4), 3680 .next = NEXT(item_ipv4, NEXT_ENTRY(COMMON_UNSIGNED), 3688 .next = NEXT(item_ipv4, NEXT_ENTRY(COMMON_UNSIGNED), 3696 .next = NEXT(item_ipv4, NEXT_ENTRY(COMMON_UNSIGNED), 7373 .spec = &action_vxlan_encap_data->item_ipv4, in parse_setup_vxlan_encap_data() 7395 .item_ipv4.hdr = { in parse_setup_vxlan_encap_data() 7513 .spec = &action_nvgre_encap_data->item_ipv4, in parse_setup_nvgre_encap_data() [all …]
|