Lines Matching defs:ip_src
47 __be32 ip_src; /* sender IP address */
255 hash_index = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src));
259 (client_info->ip_src == arp->ip_dst) &&
260 (client_info->ip_dst == arp->ip_src) &&
283 /* We received an ARP from arp->ip_src.
290 * Clean up all hash table entries that have this address as ip_src but
435 client_info->ip_src,
539 if ((client_info->ip_src == src_ip) &&
568 if ((client_info->ip_src == arp->ip_src) &&
599 client_info->ip_src == arp->ip_src)) {
600 /* ip_src is going to be updated,
603 u32 hash_src = _simple_hash((u8 *)&arp->ip_src,
604 sizeof(arp->ip_src));
609 client_info->ip_src = arp->ip_src;
691 rlb_req_update_subnet_clients(bond, arp->ip_src);
818 /* deletes all rx_hashtbl entries with arp->ip_src if their mac_src does
824 u32 ip_src_hash = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src));
833 if (entry->ip_src == arp->ip_src &&