Searched refs:vlan_push_eth (Results 1 – 3 of 3) sorted by relevance
78 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()
383 tcf_vlan_push_eth(entry->vlan_push_eth.src, entry->vlan_push_eth.dst, act); in tcf_vlan_offload_act_setup()
253 } vlan_push_eth; member