Searched refs:mac_header_data (Results 1 – 1 of 1) sorted by relevance
109 void *mac_header_data; in gdm_lte_emulate_arp() local119 mac_header_data = &vlan_eth; in gdm_lte_emulate_arp()123 mac_header_data = ð in gdm_lte_emulate_arp()149 memcpy(mac_header_data, mac_header_data + ETH_ALEN, ETH_ALEN); in gdm_lte_emulate_arp()151 memcpy(mac_header_data + ETH_ALEN, nic->src_mac_addr, ETH_ALEN); in gdm_lte_emulate_arp()159 skb_put_data(skb_out, mac_header_data, mac_header_len); in gdm_lte_emulate_arp()163 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 …]