arp_create
skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip,
skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src,
reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface,
skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
skb = arp_create(type, ptype, dest_ip, dev, src_ip,
EXPORT_SYMBOL(arp_create);