Searched refs:mac_header_data (Results 1 – 1 of 1) sorted by relevance
118 void *mac_header_data; in gdm_lte_emulate_arp() local124 mac_header_data = &vlan_eth; in gdm_lte_emulate_arp()128 mac_header_data = ð in gdm_lte_emulate_arp()154 memcpy(mac_header_data, mac_header_data + ETH_ALEN, ETH_ALEN); in gdm_lte_emulate_arp()156 memcpy(mac_header_data + ETH_ALEN, nic->src_mac_addr, ETH_ALEN); in gdm_lte_emulate_arp()164 memcpy(skb_put(skb_out, mac_header_len), mac_header_data, in gdm_lte_emulate_arp()171 skb_out->protocol = ((struct ethhdr *)mac_header_data)->h_proto; in gdm_lte_emulate_arp()243 void *mac_header_data; in gdm_lte_emulate_ndp() local251 mac_header_data = &vlan_eth; in gdm_lte_emulate_ndp()257 mac_header_data = ð in gdm_lte_emulate_ndp()[all …]