Home
last modified time | relevance | path

Searched refs:arp_ip_count (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c205 static int arp_ip_count; variable
4360 for (arp_ip_count = 0, i = 0; in bond_check_params()
4361 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params()
4372 arp_target[arp_ip_count++] = ip; in bond_check_params()
4379 if (arp_interval && !arp_ip_count) { in bond_check_params()
4425 arp_interval, valptr->string, arp_ip_count); in bond_check_params()
4427 for (i = 0; i < arp_ip_count; i++) in bond_check_params()