Lines Matching refs:client_info
22 struct rlb_client_info *client_info; in bond_debug_rlb_hash_show() local
35 hash_index = client_info->used_next) { in bond_debug_rlb_hash_show()
36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
37 if (client_info->slave) in bond_debug_rlb_hash_show()
39 &client_info->ip_src, in bond_debug_rlb_hash_show()
40 &client_info->ip_dst, in bond_debug_rlb_hash_show()
41 &client_info->mac_dst, in bond_debug_rlb_hash_show()
42 client_info->slave->dev->name); in bond_debug_rlb_hash_show()
45 &client_info->ip_src, in bond_debug_rlb_hash_show()
46 &client_info->ip_dst, in bond_debug_rlb_hash_show()
47 &client_info->mac_dst); in bond_debug_rlb_hash_show()