Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Ditems_gen.c121 static struct rte_flow_item_vxlan vxlan_specs[RTE_MAX_LCORE] __rte_cache_aligned; in add_vxlan()
122 static struct rte_flow_item_vxlan vxlan_masks[RTE_MAX_LCORE] __rte_cache_aligned; in add_vxlan()
H A Dactions_gen.c851 static struct rte_flow_item_vxlan item_vxlan; in add_vxlan_encap()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1535 const struct rte_flow_item_vxlan *vxlan_spec = item->spec; in ulp_rte_vxlan_hdr_handler()
1536 const struct rte_flow_item_vxlan *vxlan_mask = item->mask; in ulp_rte_vxlan_hdr_handler()
1551 size = sizeof(((struct rte_flow_item_vxlan *)NULL)->flags); in ulp_rte_vxlan_hdr_handler()
1557 size = sizeof(((struct rte_flow_item_vxlan *)NULL)->rsvd0); in ulp_rte_vxlan_hdr_handler()
1563 size = sizeof(((struct rte_flow_item_vxlan *)NULL)->vni); in ulp_rte_vxlan_hdr_handler()
1569 size = sizeof(((struct rte_flow_item_vxlan *)NULL)->rsvd1); in ulp_rte_vxlan_hdr_handler()
1958 struct rte_flow_item_vxlan *vxlan_spec) in ulp_rte_enc_vxlan_hdr_handler()
1988 struct rte_flow_item_vxlan vxlan_spec; in ulp_rte_vxlan_encap_act_handler()
2123 vxlan_size = sizeof(struct rte_flow_item_vxlan); in ulp_rte_vxlan_encap_act_handler()
/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()
/dpdk/drivers/net/sfc/
H A Dsfc_flow.c921 const struct rte_flow_item_vxlan *spec = NULL; in sfc_flow_parse_vxlan()
922 const struct rte_flow_item_vxlan *mask = NULL; in sfc_flow_parse_vxlan()
923 const struct rte_flow_item_vxlan supp_mask = { in sfc_flow_parse_vxlan()
932 sizeof(struct rte_flow_item_vxlan), in sfc_flow_parse_vxlan()
H A Dsfc_mae.c2383 .size = RTE_SIZEOF_FIELD(struct rte_flow_item_vxlan, vni),
2384 .ofst = offsetof(struct rte_flow_item_vxlan, vni),
2461 const struct rte_flow_item_vxlan *vxp; in sfc_mae_rule_parse_item_tunnel()
2518 vxp = (const struct rte_flow_item_vxlan *)spec; in sfc_mae_rule_parse_item_tunnel()
2521 vxp = (const struct rte_flow_item_vxlan *)mask; in sfc_mae_rule_parse_item_tunnel()
3526 RTE_BUILD_BUG_ON(offsetof(struct rte_flow_item_vxlan, in sfc_mae_rule_parse_action_vxlan_encap()
/dpdk/lib/ethdev/
H A Drte_flow.h1092 struct rte_flow_item_vxlan { struct
1110 static const struct rte_flow_item_vxlan rte_flow_item_vxlan_mask = { argument
H A Drte_flow.c115 MK_FLOW_ITEM(VXLAN, sizeof(struct rte_flow_item_vxlan)),
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c40 sizeof(struct rte_flow_item_vxlan)},
/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.c658 const struct rte_flow_item_vxlan *spec = item->spec; in enic_fm_copy_item_vxlan()
659 const struct rte_flow_item_vxlan *mask = item->mask; in enic_fm_copy_item_vxlan()
1476 sizeof(struct rte_flow_item_vxlan)); in enic_fm_copy_vxlan_encap()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c766 const struct rte_flow_item_vxlan *spec = item->spec; in flow_verbs_translate_item_vxlan()
767 const struct rte_flow_item_vxlan *mask = item->mask; in flow_verbs_translate_item_vxlan()
H A Dmlx5_flow.c2842 const struct rte_flow_item_vxlan *spec = item->spec; in mlx5_flow_validate_item_vxlan()
2843 const struct rte_flow_item_vxlan *mask = item->mask; in mlx5_flow_validate_item_vxlan()
2850 const struct rte_flow_item_vxlan nic_mask = { in mlx5_flow_validate_item_vxlan()
2854 const struct rte_flow_item_vxlan *valid_mask; in mlx5_flow_validate_item_vxlan()
2887 sizeof(struct rte_flow_item_vxlan), in mlx5_flow_validate_item_vxlan()
H A Dmlx5_flow_dv.c9142 const struct rte_flow_item_vxlan *vxlan_m = item->mask; in flow_dv_translate_item_vxlan()
9143 const struct rte_flow_item_vxlan *vxlan_v = item->spec; in flow_dv_translate_item_vxlan()
9152 const struct rte_flow_item_vxlan nic_mask = { in flow_dv_translate_item_vxlan()
/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()
/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()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c929 const struct rte_flow_item_vxlan *vxlan_spec; in hns3_parse_vxlan()
930 const struct rte_flow_item_vxlan *vxlan_mask; in hns3_parse_vxlan()
/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()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c3649 const struct rte_flow_item_vxlan *vxlan_spec; in i40e_flow_parse_vxlan_pattern()
3650 const struct rte_flow_item_vxlan *vxlan_mask; in i40e_flow_parse_vxlan_pattern()
/dpdk/drivers/net/ice/
H A Dice_switch_filter.c534 const struct rte_flow_item_vxlan *vxlan_spec, *vxlan_mask; in ice_switch_parse_pattern()
H A Dice_fdir_filter.c1809 const struct rte_flow_item_vxlan *vxlan_spec, *vxlan_mask; in ice_fdir_parse_pattern()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c715 struct rte_flow_item_vxlan item_vxlan;
3937 .priv = PRIV_ITEM(VXLAN, sizeof(struct rte_flow_item_vxlan)),
3946 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_vxlan, vni)),
3953 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_vxlan,