Searched refs:enc_item (Results 1 – 1 of 1) sorted by relevance
555 const struct rte_flow_item *enc_item = NULL, *enc_item_m = NULL; in flow_hw_actions_translate() local662 enc_item = ((const struct rte_flow_action_vxlan_encap *) in flow_hw_actions_translate()673 enc_item = ((const struct rte_flow_action_nvgre_encap *) in flow_hw_actions_translate()720 if (enc_item) { in flow_hw_actions_translate()723 (enc_item, buf, &data_size, error) || in flow_hw_actions_translate()727 enc_item, enc_item_m)) in flow_hw_actions_translate()912 const struct rte_flow_item *enc_item = NULL; in flow_hw_actions_construct() local994 enc_item = ((const struct rte_flow_action_vxlan_encap *) in flow_hw_actions_construct()997 enc_item[act_data->encap.src].spec, in flow_hw_actions_construct()1001 enc_item = ((const struct rte_flow_action_nvgre_encap *) in flow_hw_actions_construct()[all …]