Searched refs:vlan_push_eth (Results 1 – 3 of 3) sorted by relevance
95 memcpy(attr->eth.h_dest, act->vlan_push_eth.dst, ETH_ALEN); in parse_tc_vlan_action()96 memcpy(attr->eth.h_source, act->vlan_push_eth.src, ETH_ALEN); in parse_tc_vlan_action()
381 tcf_vlan_push_eth(entry->vlan_push_eth.src, entry->vlan_push_eth.dst, act); in tcf_vlan_offload_act_setup()
238 } vlan_push_eth; member