Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Drte_vxlan.h32 struct rte_vxlan_hdr { struct
39 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_vxlan_hdr)) argument
/f-stack/dpdk/lib/librte_gro/
H A Dgro_vxlan_udp4.h15 struct rte_vxlan_hdr vxlan_hdr;
H A Dgro_vxlan_tcp4.h15 struct rte_vxlan_hdr vxlan_hdr;
H A Dgro_vxlan_tcp4.c297 struct rte_vxlan_hdr *vxlan_hdr; in gro_vxlan_tcp4_reassemble()
322 vxlan_hdr = (struct rte_vxlan_hdr *)((char *)udp_hdr + in gro_vxlan_tcp4_reassemble()
325 sizeof(struct rte_vxlan_hdr)); in gro_vxlan_tcp4_reassemble()
H A Dgro_vxlan_udp4.c293 struct rte_vxlan_hdr *vxlan_hdr; in gro_vxlan_udp4_reassemble()
312 vxlan_hdr = (struct rte_vxlan_hdr *)((char *)udp_hdr + in gro_vxlan_udp4_reassemble()
315 sizeof(struct rte_vxlan_hdr)); in gro_vxlan_udp4_reassemble()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_defs.h74 sizeof(struct rte_vxlan_hdr) + \
H A Dmlx5_flow_dv.c3166 retval = sizeof(struct rte_vxlan_hdr); in flow_dv_get_item_hdr_len()
3215 struct rte_vxlan_hdr *vxlan = NULL; in flow_dv_convert_encap_data()
3297 vxlan = (struct rte_vxlan_hdr *)&buf[temp_size]; in flow_dv_convert_encap_data()
/f-stack/dpdk/app/test-pmd/
H A Dutil.c193 struct rte_vxlan_hdr *vxlan_hdr; in dump_pkt_burst()
217 struct rte_vxlan_hdr *, in dump_pkt_burst()
H A Dcsumonly.c272 sizeof(struct rte_vxlan_hdr)); in parse_vxlan()
H A Dcmdline_flow.c7365 struct rte_vxlan_hdr *vxlan; in update_fields()
7392 vxlan = (struct rte_vxlan_hdr *)buf; in update_fields()
7629 size = sizeof(struct rte_vxlan_hdr); in cmd_set_raw_parsed()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c496 struct rte_vxlan_hdr vxlan;
504 struct rte_vxlan_hdr vxlan;
511 struct rte_vxlan_hdr vxlan;
519 struct rte_vxlan_hdr vxlan;
1008 (sizeof(struct rte_vxlan_hdr) + in pkt_work_encap_vxlan_ipv4()
1014 (sizeof(struct rte_vxlan_hdr) + in pkt_work_encap_vxlan_ipv4()
1038 (sizeof(struct rte_vxlan_hdr) + in pkt_work_encap_vxlan_ipv4_vlan()
1044 (sizeof(struct rte_vxlan_hdr) + in pkt_work_encap_vxlan_ipv4_vlan()
1068 (sizeof(struct rte_vxlan_hdr) + in pkt_work_encap_vxlan_ipv6()
1071 (sizeof(struct rte_vxlan_hdr) + in pkt_work_encap_vxlan_ipv6()
[all …]
/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c928 sizeof(struct rte_vxlan_hdr)); in enic_copy_item_vxlan_v2()
930 sizeof(struct rte_vxlan_hdr)); in enic_copy_item_vxlan_v2()
932 *inner_ofst = sizeof(struct rte_vxlan_hdr); in enic_copy_item_vxlan_v2()
1032 vxlan = sizeof(struct rte_vxlan_hdr); in fixup_l5_layer()
H A Denic_fm_flow.c1081 sizeof(struct rte_vxlan_hdr); in enic_fm_copy_vxlan_encap()
1100 sizeof(struct rte_vxlan_hdr); in enic_fm_copy_vxlan_encap()
1126 sizeof(struct rte_udp_hdr) + sizeof(struct rte_vxlan_hdr); in enic_fm_copy_vxlan_encap()
/f-stack/dpdk/app/test-flow-perf/
H A Dactions_gen.c647 struct rte_vxlan_hdr vxlan_hdr; in add_vxlan_header()
657 memset(&vxlan_hdr, 0, sizeof(struct rte_vxlan_hdr)); in add_vxlan_header()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1730 vxlan_size = sizeof(struct rte_vxlan_hdr); in ulp_rte_vxlan_encap_act_handler()