Lines Matching refs:ip
2905 __be32 ip = *(__be32 *)priv->data; in bond_upper_dev_walk() local
2907 return ip == bond_confirm_addr(upper, 0, ip); in bond_upper_dev_walk()
2910 static bool bond_has_this_ip(struct bonding *bond, __be32 ip) in bond_has_this_ip() argument
2913 .data = (void *)&ip, in bond_has_this_ip()
2917 if (ip == bond_confirm_addr(bond->dev, 0, ip)) in bond_has_this_ip()
6201 __be32 ip; in bond_check_params() local
6204 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params()
6205 !bond_is_ip_target_ok(ip)) { in bond_check_params()
6210 if (bond_get_targets_ip(arp_target, ip) == -1) in bond_check_params()
6211 arp_target[arp_ip_count++] = ip; in bond_check_params()
6214 &ip); in bond_check_params()