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