Searched refs:vlan_eth (Results 1 – 1 of 1) sorted by relevance
98 struct vlan_ethhdr vlan_eth; in gdm_lte_emulate_arp() local119 memcpy(&vlan_eth, skb_in->data, sizeof(struct vlan_ethhdr)); in gdm_lte_emulate_arp()120 mac_header_data = &vlan_eth; in gdm_lte_emulate_arp()217 struct vlan_ethhdr vlan_eth; in gdm_lte_emulate_ndp() local239 memcpy(&vlan_eth, skb_in->data, sizeof(struct vlan_ethhdr)); in gdm_lte_emulate_ndp()240 if (ntohs(vlan_eth.h_vlan_encapsulated_proto) != ETH_P_IPV6) in gdm_lte_emulate_ndp()242 mac_header_data = &vlan_eth; in gdm_lte_emulate_ndp()339 struct vlan_ethhdr *vlan_eth; in gdm_lte_tx_nic_type() local352 vlan_eth = skb_vlan_eth_hdr(skb); in gdm_lte_tx_nic_type()353 mac_proto = ntohs(vlan_eth->h_vlan_encapsulated_proto); in gdm_lte_tx_nic_type()[all …]