Lines Matching defs:ind
1017 int ind;
1031 ind = bond_get_targets_ip(targets, 0); /* first free slot */
1032 if (ind == -1) {
1039 _bond_options_arp_ip_target_set(bond, ind, target, jiffies);
1055 int ind, i;
1063 ind = bond_get_targets_ip(targets, target);
1064 if (ind == -1) {
1070 if (ind == 0 && !targets[1] && bond->params.arp_interval)
1077 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++)
1081 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++)