Home
last modified time | relevance | path

Searched refs:vlan_push_eth (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c78 memcpy(attr->eth.h_dest, act->vlan_push_eth.dst, ETH_ALEN); in parse_tc_vlan_action()
79 memcpy(attr->eth.h_source, act->vlan_push_eth.src, ETH_ALEN); in parse_tc_vlan_action()
/openbmc/linux/net/sched/
H A Dact_vlan.c383 tcf_vlan_push_eth(entry->vlan_push_eth.src, entry->vlan_push_eth.dst, act); in tcf_vlan_offload_act_setup()
/openbmc/linux/include/net/
H A Dflow_offload.h253 } vlan_push_eth; member