Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_alb.c261 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_entry_from_arp()
393 rx_hash_table = bond_info->rx_hashtbl; in rlb_clear_slave()
403 bond_info->rx_hashtbl[index].ntt = 1; in rlb_clear_slave()
474 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_rx_clients()
503 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_req_update_slave_clients()
534 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_req_update_subnet_clients()
569 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_choose_channel()
638 bond_info->rx_hashtbl[prev_tbl_head].used_prev = in rlb_choose_channel()
713 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_rebalance()
756 u32 next_index = bond_info->rx_hashtbl[index].used_next; in rlb_delete_table_entry_dst()
[all …]
Dbond_debugfs.c36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
/Linux-v5.4/include/net/
Dbond_alb.h133 struct rlb_client_info *rx_hashtbl; /* Receive hash table */ member