Home
last modified time | relevance | path

Searched refs:ip_dst (Results 1 – 2 of 2) sorted by relevance

/drivers/net/bonding/
Dbond_alb.c103 __be32 ip_dst; /* target IP address */ member
334 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp()
335 (client_info->ip_dst == arp->ip_src)) { in rlb_update_entry_from_arp()
508 client_info->ip_dst, in rlb_update_client()
643 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_src)); in rlb_choose_channel()
648 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel()
677 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
Dbond_alb.h64 __be32 ip_dst; /* the client IP address */ member