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

/drivers/net/bonding/
H A Dbond_alb.h112 __be32 ip_dst; /* the client IP address */ member in struct:rlb_client_info
H A Dbond_alb.c73 __be32 ip_dst; /* target IP address */ member in struct:arp_pkt
288 (client_info->ip_src == arp->ip_dst) &&
289 (client_info->ip_dst == arp->ip_src) &&
463 client_info->ip_dst,
596 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst));
601 (client_info->ip_dst == arp->ip_dst)) {
642 client_info->ip_dst = arp->ip_dst;
[all...]

Completed in 2898 milliseconds