Home
last modified time | relevance | path

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

/drivers/net/bonding/
Dbonding.h36 #define BOND_MAX_ARP_TARGETS 16 macro
156 __be32 arp_targets[BOND_MAX_ARP_TARGETS];
Dbond_sysfs.c589 for (i = 0; i < BOND_MAX_ARP_TARGETS; i++) { in bonding_show_arp_targets()
619 for (i = 0; (i < BOND_MAX_ARP_TARGETS) && !done; i++) { in bonding_store_arp_targets()
648 for (i = 0; (i < BOND_MAX_ARP_TARGETS) && !done; i++) { in bonding_store_arp_targets()
653 for (j = i; (j < (BOND_MAX_ARP_TARGETS-1)) && targets[j+1]; j++) in bonding_store_arp_targets()
Dbond_procfs.c112 for (i = 0; (i < BOND_MAX_ARP_TARGETS); i++) { in bond_info_show_master()
Dbond_main.c105 static char *arp_ip_target[BOND_MAX_ARP_TARGETS];
189 static __be32 arp_target[BOND_MAX_ARP_TARGETS];
2600 for (i = 0; (i < BOND_MAX_ARP_TARGETS); i++) { in bond_arp_send_all()
2677 for (i = 0; (i < BOND_MAX_ARP_TARGETS) && targets[i]; i++) { in bond_validate_arp()
4667 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params()