Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-flow-perf/
H A Ditems_gen.c136 static struct rte_flow_item_vxlan vxlan_spec; in add_vxlan()
137 static struct rte_flow_item_vxlan vxlan_mask; in add_vxlan()
144 memset(&vxlan_spec, 0, sizeof(struct rte_flow_item_vxlan)); in add_vxlan()
145 memset(&vxlan_mask, 0, sizeof(struct rte_flow_item_vxlan)); in add_vxlan()
H A Dactions_gen.c856 static struct rte_flow_item_vxlan item_vxlan; in add_vxlan_encap()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1320 .size = RTE_SIZEOF_FIELD(struct rte_flow_item_vxlan, vni),
1321 .ofst = offsetof(struct rte_flow_item_vxlan, vni),
1394 const struct rte_flow_item_vxlan *vxp; in sfc_mae_rule_parse_item_tunnel()
1446 vxp = (const struct rte_flow_item_vxlan *)spec; in sfc_mae_rule_parse_item_tunnel()
1449 vxp = (const struct rte_flow_item_vxlan *)mask; in sfc_mae_rule_parse_item_tunnel()
H A Dsfc_flow.c912 const struct rte_flow_item_vxlan *spec = NULL; in sfc_flow_parse_vxlan()
913 const struct rte_flow_item_vxlan *mask = NULL; in sfc_flow_parse_vxlan()
914 const struct rte_flow_item_vxlan supp_mask = { in sfc_flow_parse_vxlan()
923 sizeof(struct rte_flow_item_vxlan), in sfc_flow_parse_vxlan()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h931 struct rte_flow_item_vxlan { struct
940 static const struct rte_flow_item_vxlan rte_flow_item_vxlan_mask = { argument
H A Drte_flow.c61 MK_FLOW_ITEM(VXLAN, sizeof(struct rte_flow_item_vxlan)),
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c85 const struct rte_flow_item_vxlan *vxlan = NULL; in ipn3ke_pattern_vxlan()
560 const struct rte_flow_item_vxlan *vxlan = NULL; in ipn3ke_pattern_vxlan_ip_udp()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1378 const struct rte_flow_item_vxlan *vxlan_spec = item->spec; in ulp_rte_vxlan_hdr_handler()
1379 const struct rte_flow_item_vxlan *vxlan_mask = item->mask; in ulp_rte_vxlan_hdr_handler()
1494 struct rte_flow_item_vxlan vxlan_spec; in ulp_rte_vxlan_encap_act_handler()
/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c903 const struct rte_flow_item_vxlan *spec = item->spec; in enic_copy_item_vxlan_v2()
904 const struct rte_flow_item_vxlan *mask = item->mask; in enic_copy_item_vxlan_v2()
H A Denic_fm_flow.c602 const struct rte_flow_item_vxlan *spec = item->spec; in enic_fm_copy_item_vxlan()
603 const struct rte_flow_item_vxlan *mask = item->mask; in enic_fm_copy_item_vxlan()
1147 sizeof(struct rte_flow_item_vxlan)); in enic_fm_copy_vxlan_encap()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c819 const struct rte_flow_item_vxlan *spec = item->spec; in flow_verbs_translate_item_vxlan()
820 const struct rte_flow_item_vxlan *mask = item->mask; in flow_verbs_translate_item_vxlan()
H A Dmlx5_flow.c2275 const struct rte_flow_item_vxlan *spec = item->spec; in mlx5_flow_validate_item_vxlan()
2276 const struct rte_flow_item_vxlan *mask = item->mask; in mlx5_flow_validate_item_vxlan()
2302 sizeof(struct rte_flow_item_vxlan), in mlx5_flow_validate_item_vxlan()
H A Dmlx5_flow_dv.c7048 const struct rte_flow_item_vxlan *vxlan_m = item->mask; in flow_dv_translate_item_vxlan()
7049 const struct rte_flow_item_vxlan *vxlan_v = item->spec; in flow_dv_translate_item_vxlan()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c147 const struct rte_flow_item_vxlan *vxlan_spec; in bnxt_validate_and_parse_flow_type()
148 const struct rte_flow_item_vxlan *vxlan_mask; in bnxt_validate_and_parse_flow_type()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c138 struct rte_flow_item_vxlan vxlan;
212 *size = sizeof(struct rte_flow_item_vxlan); in flow_item_is_proto()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c245 info.len = sizeof(struct rte_flow_item_vxlan); in otx2_flow_parse_le()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c888 const struct rte_flow_item_vxlan *vxlan_spec; in hns3_parse_vxlan()
889 const struct rte_flow_item_vxlan *vxlan_mask; in hns3_parse_vxlan()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c2309 const struct rte_flow_item_vxlan *vxlan_spec; in ixgbe_parse_fdir_filter_tunnel()
2310 const struct rte_flow_item_vxlan *vxlan_mask; in ixgbe_parse_fdir_filter_tunnel()
/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c505 const struct rte_flow_item_vxlan *vxlan_spec, *vxlan_mask; in ice_switch_inset_get()
H A Dice_fdir_filter.c1646 const struct rte_flow_item_vxlan *vxlan_spec, *vxlan_mask; in ice_fdir_parse_pattern()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c3653 const struct rte_flow_item_vxlan *vxlan_spec; in i40e_flow_parse_vxlan_pattern()
3654 const struct rte_flow_item_vxlan *vxlan_mask; in i40e_flow_parse_vxlan_pattern()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c500 struct rte_flow_item_vxlan item_vxlan;
2590 .priv = PRIV_ITEM(VXLAN, sizeof(struct rte_flow_item_vxlan)),
2598 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_vxlan, vni)),