Searched refs:veh (Results 1 – 3 of 3) sorted by relevance
589 struct vlan_ethhdr *veh = NULL; in dp_tx_mlo_mcast_multipass_lookup() local597 veh = (struct vlan_ethhdr *)eh; in dp_tx_mlo_mcast_multipass_lookup()598 vlan_id = (ntohs(veh->h_vlan_TCI) & VLAN_VID_MASK); in dp_tx_mlo_mcast_multipass_lookup()
7938 struct vlan_ethhdr *veh = NULL; local7946 veh = (struct vlan_ethhdr *)eh;7947 *vlan_id = (ntohs(veh->h_vlan_TCI) & VLAN_VID_MASK);
14814 struct vlan_ethhdr *veh = (struct vlan_ethhdr *)nbuf->data; in dp_tx_remove_vlan_tag() local14825 qdf_mem_copy(&veth_hdr, veh, sizeof(veth_hdr)); in dp_tx_remove_vlan_tag()14827 veh = (struct vlan_ethhdr *)nbuf->data; in dp_tx_remove_vlan_tag()14828 qdf_mem_copy(veh, &veth_hdr, 2 * QDF_MAC_ADDR_SIZE); in dp_tx_remove_vlan_tag()