Home
last modified time | relevance | path

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

/drivers/net/bonding/
Dbond_alb.c73 __be32 ip_dst; /* target IP address */ member
288 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp()
289 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp()
463 client_info->ip_dst, in rlb_update_client()
592 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst)); in rlb_choose_channel()
597 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel()
638 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
Dbond_debugfs.c38 &client_info->ip_dst, in bond_debug_rlb_hash_show()
Dbond_alb.h112 __be32 ip_dst; /* the client IP address */ member