Searched refs:push_vlan (Results 1 – 4 of 4) sorted by relevance
118 } push_vlan; member
2875 const struct rte_flow_action_of_push_vlan *push_vlan = action->conf; in flow_dv_validate_action_push_vlan() local2878 if (push_vlan->ethertype != RTE_BE16(RTE_ETHER_TYPE_VLAN) && in flow_dv_validate_action_push_vlan()2879 push_vlan->ethertype != RTE_BE16(RTE_ETHER_TYPE_QINQ)) in flow_dv_validate_action_push_vlan()
2456 const struct rte_flow_action_of_push_vlan *push_vlan; in ulp_rte_of_push_vlan_act_handler() local2460 push_vlan = action_item->conf; in ulp_rte_of_push_vlan_act_handler()2461 if (push_vlan) { in ulp_rte_of_push_vlan_act_handler()2462 ethertype = push_vlan->ethertype; in ulp_rte_of_push_vlan_act_handler()
1852 u8 push_vlan[0x1]; member