Searched refs:arp_out (Results 1 – 1 of 1) sorted by relevance
99 struct arphdr *arp_out; in gdm_lte_emulate_arp() local133 arp_out = (struct arphdr *)arp_temp; in gdm_lte_emulate_arp()137 memcpy(arp_out, arp_in, sizeof(struct arphdr)); in gdm_lte_emulate_arp()138 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()160 skb_put_data(skb_out, arp_out, sizeof(struct arphdr)); in gdm_lte_emulate_arp()