Searched refs:rte_vxlan_gpe_hdr (Results 1 – 5 of 5) sorted by relevance
47 struct rte_vxlan_gpe_hdr { struct56 sizeof(struct rte_vxlan_gpe_hdr)) argument
670 struct rte_vxlan_gpe_hdr vxlan_gpe_hdr; in add_vxlan_gpe_header()680 memset(&vxlan_gpe_hdr, 0, sizeof(struct rte_vxlan_gpe_hdr)); in add_vxlan_gpe_header()
286 struct rte_vxlan_gpe_hdr *vxlan_gpe_hdr; in parse_vxlan_gpe()293 vxlan_gpe_hdr = (struct rte_vxlan_gpe_hdr *)((char *)udp_hdr + in parse_vxlan_gpe()
7366 struct rte_vxlan_gpe_hdr *gpe; in update_fields()7396 gpe = (struct rte_vxlan_gpe_hdr *)buf; in update_fields()7632 size = sizeof(struct rte_vxlan_gpe_hdr); in cmd_set_raw_parsed()
3216 struct rte_vxlan_gpe_hdr *vxlan_gpe = NULL; in flow_dv_convert_encap_data()3310 vxlan_gpe = (struct rte_vxlan_gpe_hdr *)&buf[temp_size]; in flow_dv_convert_encap_data()