Searched refs:mac_header_data (Results 1 – 1 of 1) sorted by relevance
110 void *mac_header_data; in gdm_lte_emulate_arp() local120 mac_header_data = &vlan_eth; in gdm_lte_emulate_arp()124 mac_header_data = ð in gdm_lte_emulate_arp()150 memcpy(mac_header_data, mac_header_data + ETH_ALEN, ETH_ALEN); in gdm_lte_emulate_arp()152 memcpy(mac_header_data + ETH_ALEN, nic->src_mac_addr, ETH_ALEN); in gdm_lte_emulate_arp()160 skb_put_data(skb_out, mac_header_data, mac_header_len); in gdm_lte_emulate_arp()164 skb_out->protocol = ((struct ethhdr *)mac_header_data)->h_proto; in gdm_lte_emulate_arp()234 void *mac_header_data; in gdm_lte_emulate_ndp() local242 mac_header_data = &vlan_eth; in gdm_lte_emulate_ndp()248 mac_header_data = ð in gdm_lte_emulate_ndp()[all …]