Searched refs:arp_op (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/bonding/ |
D | bond_main.c | 2657 static void bond_arp_send(struct net_device *slave_dev, int arp_op, __be32 dest_ip, __be32 src_ip, … in bond_arp_send() argument 2661 pr_debug("arp %d on slave %s: dst %x src %x vid %d\n", arp_op, in bond_arp_send() 2664 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()
|