Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h978 struct rte_flow_item_nvgre { struct
993 static const struct rte_flow_item_nvgre rte_flow_item_nvgre_mask = { argument
H A Drte_flow.c63 MK_FLOW_ITEM(NVGRE, sizeof(struct rte_flow_item_nvgre)),
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_flow.c1033 const struct rte_flow_item_nvgre *spec = NULL; in sfc_flow_parse_nvgre()
1034 const struct rte_flow_item_nvgre *mask = NULL; in sfc_flow_parse_nvgre()
1035 const struct rte_flow_item_nvgre supp_mask = { in sfc_flow_parse_nvgre()
1044 sizeof(struct rte_flow_item_nvgre), in sfc_flow_parse_nvgre()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c143 const struct rte_flow_item_nvgre *nvgre_spec; in bnxt_validate_and_parse_flow_type()
144 const struct rte_flow_item_nvgre *nvgre_mask; in bnxt_validate_and_parse_flow_type()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c140 struct rte_flow_item_nvgre nvgre;
222 *size = sizeof(struct rte_flow_item_nvgre); in flow_item_is_proto()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c464 info.len = sizeof(struct rte_flow_item_nvgre); in otx2_flow_parse_ld()
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c486 const struct rte_flow_item_nvgre *nvgre = NULL; in ipn3ke_pattern_ip_nvgre()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c939 const struct rte_flow_item_nvgre *nvgre_spec; in hns3_parse_nvgre()
940 const struct rte_flow_item_nvgre *nvgre_mask; in hns3_parse_nvgre()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c531 struct rte_flow_item_nvgre item_nvgre;
2618 .priv = PRIV_ITEM(NVGRE, sizeof(struct rte_flow_item_nvgre)),
2626 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_nvgre, tni)),
7367 struct rte_flow_item_nvgre *nvgre; in update_fields()
7400 nvgre = (struct rte_flow_item_nvgre *)buf; in update_fields()
7647 size = sizeof(struct rte_flow_item_nvgre); in cmd_set_raw_parsed()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c2311 const struct rte_flow_item_nvgre *nvgre_spec; in ixgbe_parse_fdir_filter_tunnel()
2312 const struct rte_flow_item_nvgre *nvgre_mask; in ixgbe_parse_fdir_filter_tunnel()
/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c504 const struct rte_flow_item_nvgre *nvgre_spec, *nvgre_mask; in ice_switch_inset_get()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c3883 const struct rte_flow_item_nvgre *nvgre_spec; in i40e_flow_parse_nvgre_pattern()
3884 const struct rte_flow_item_nvgre *nvgre_mask; in i40e_flow_parse_nvgre_pattern()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c2695 const struct rte_flow_item_nvgre *mask = item->mask; in mlx5_flow_validate_item_nvgre()
2717 sizeof(struct rte_flow_item_nvgre), in mlx5_flow_validate_item_nvgre()
H A Dmlx5_flow_dv.c6991 const struct rte_flow_item_nvgre *nvgre_m = item->mask; in flow_dv_translate_item_nvgre()
6992 const struct rte_flow_item_nvgre *nvgre_v = item->spec; in flow_dv_translate_item_nvgre()