Searched defs:ip_src (Results 1 - 2 of 2) sorted by relevance

/drivers/net/bonding/
H A Dbond_alb.h104 * There are also linked lists of entries with identical hash(ip_src). These
105 * allow cleaning up the table from ip_src<->mac_src associations that have
111 __be32 ip_src; /* the server IP address */ member in struct:rlb_client_info
120 /* ip_src based hashing */
121 u32 src_next; /* next entry with same hash(ip_src) */
122 u32 src_prev; /* prev entry with same hash(ip_src) */
123 u32 src_first; /* first entry with hash(ip_src) == this entry's index */
H A Dbond_alb.c71 __be32 ip_src; /* sender IP address */ member in struct:arp_pkt
284 hash_index = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src));
288 (client_info->ip_src == arp->ip_dst) &&
289 (client_info->ip_dst == arp->ip_src) &&
312 /* We received an ARP from arp->ip_src.
319 * Clean up all hash table entries that have this address as ip_src but
465 client_info->ip_src,
572 if ((client_info->ip_src == src_ip) &&
600 if ((client_info->ip_src
[all...]

Completed in 1319 milliseconds