Searched refs:push_vlan (Results 1 – 3 of 3) sorted by relevance
2023 const struct rte_flow_action_of_push_vlan *push_vlan; in ulp_rte_of_push_vlan_act_handler() local2027 push_vlan = action_item->conf; in ulp_rte_of_push_vlan_act_handler()2028 if (push_vlan) { in ulp_rte_of_push_vlan_act_handler()2029 ethertype = push_vlan->ethertype; in ulp_rte_of_push_vlan_act_handler()
1508 u8 push_vlan[0x1]; member
2155 const struct rte_flow_action_of_push_vlan *push_vlan = action->conf; in flow_dv_validate_action_push_vlan() local2158 if (push_vlan->ethertype != RTE_BE16(RTE_ETHER_TYPE_VLAN) && in flow_dv_validate_action_push_vlan()2159 push_vlan->ethertype != RTE_BE16(RTE_ETHER_TYPE_QINQ)) in flow_dv_validate_action_push_vlan()