Lines Matching defs:ip_src
47 __be32 ip_src; /* sender IP address */
256 hash_index = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src));
260 (client_info->ip_src == arp->ip_dst) &&
261 (client_info->ip_dst == arp->ip_src) &&
284 /* We received an ARP from arp->ip_src.
291 * Clean up all hash table entries that have this address as ip_src but
437 client_info->ip_src,
541 if ((client_info->ip_src == src_ip) &&
570 if ((client_info->ip_src == arp->ip_src) &&
601 client_info->ip_src == arp->ip_src)) {
602 /* ip_src is going to be updated,
605 u32 hash_src = _simple_hash((u8 *)&arp->ip_src,
606 sizeof(arp->ip_src));
611 client_info->ip_src = arp->ip_src;
669 dev = ip_dev_find(dev_net(bond->dev), arp->ip_src);
704 rlb_req_update_subnet_clients(bond, arp->ip_src);
831 /* deletes all rx_hashtbl entries with arp->ip_src if their mac_src does
837 u32 ip_src_hash = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src));
847 if (entry->ip_src == arp->ip_src &&