Home
last modified time | relevance | path

Searched refs:rx_hashtbl_used_head (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/bonding/
Dbond_alb.c394 index = bond_info->rx_hashtbl_used_head; in rlb_clear_slave()
471 hash_index = bond_info->rx_hashtbl_used_head; in rlb_update_rx_clients()
500 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_slave_clients()
531 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_subnet_clients()
634 u32 prev_tbl_head = bond_info->rx_hashtbl_used_head; in rlb_choose_channel()
635 bond_info->rx_hashtbl_used_head = hash_index; in rlb_choose_channel()
710 hash_index = bond_info->rx_hashtbl_used_head; in rlb_rebalance()
759 if (index == bond_info->rx_hashtbl_used_head) in rlb_delete_table_entry_dst()
760 bond_info->rx_hashtbl_used_head = next_index; in rlb_delete_table_entry_dst()
856 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in rlb_initialize()
[all …]
Dbond_debugfs.c33 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()
Dbond_main.c4812 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in bond_create()
/Linux-v5.4/include/net/
Dbond_alb.h134 u32 rx_hashtbl_used_head; member