Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c5104 static struct rte_flow_item_ipv4 ipv4_mask_tos; in parse_vc_action_vxlan_encap() local
5106 memcpy(&ipv4_mask_tos, &rte_flow_item_ipv4_mask, in parse_vc_action_vxlan_encap()
5107 sizeof(ipv4_mask_tos)); in parse_vc_action_vxlan_encap()
5108 ipv4_mask_tos.hdr.type_of_service = 0xff; in parse_vc_action_vxlan_encap()
5109 ipv4_mask_tos.hdr.time_to_live = 0xff; in parse_vc_action_vxlan_encap()
5115 &ipv4_mask_tos; in parse_vc_action_vxlan_encap()