Searched refs:vlan_eth (Results 1 – 1 of 1) sorted by relevance
106 struct vlan_ethhdr vlan_eth; in gdm_lte_emulate_arp() local123 memcpy(&vlan_eth, skb_in->data, sizeof(struct vlan_ethhdr)); in gdm_lte_emulate_arp()124 mac_header_data = &vlan_eth; in gdm_lte_emulate_arp()226 struct vlan_ethhdr vlan_eth; in gdm_lte_emulate_ndp() local248 memcpy(&vlan_eth, skb_in->data, sizeof(struct vlan_ethhdr)); in gdm_lte_emulate_ndp()249 if (ntohs(vlan_eth.h_vlan_encapsulated_proto) != ETH_P_IPV6) in gdm_lte_emulate_ndp()251 mac_header_data = &vlan_eth; in gdm_lte_emulate_ndp()351 struct vlan_ethhdr *vlan_eth; in gdm_lte_tx_nic_type() local364 vlan_eth = (struct vlan_ethhdr *)skb->data; in gdm_lte_tx_nic_type()365 mac_proto = ntohs(vlan_eth->h_vlan_encapsulated_proto); in gdm_lte_tx_nic_type()[all …]