Lines Matching defs:ind
1115 int ind;
1129 ind = bond_get_targets_ip(targets, 0); /* first free slot */
1130 if (ind == -1) {
1137 _bond_options_arp_ip_target_set(bond, ind, target, jiffies);
1153 int ind, i;
1161 ind = bond_get_targets_ip(targets, target);
1162 if (ind == -1) {
1168 if (ind == 0 && !targets[1] && bond->params.arp_interval)
1175 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++)
1179 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++)