Home
last modified time | relevance | path

Searched refs:rx_hashtbl_used_head (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_alb.c389 index = bond_info->rx_hashtbl_used_head; in rlb_clear_slave()
466 hash_index = bond_info->rx_hashtbl_used_head; in rlb_update_rx_clients()
495 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_slave_clients()
526 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_subnet_clients()
630 u32 prev_tbl_head = bond_info->rx_hashtbl_used_head; in rlb_choose_channel()
631 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 in rlb_initialize()
[all...]
H A Dbond_debugfs.c33 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()
H A Dbond_main.c5429 * Initialize rx_hashtbl_used_head to RLB_NULL_INDEX. in bond_create()
5434 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in bond_create()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_alb.c391 index = bond_info->rx_hashtbl_used_head; in rlb_clear_slave()
468 hash_index = bond_info->rx_hashtbl_used_head; in rlb_update_rx_clients()
497 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_slave_clients()
528 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_subnet_clients()
632 u32 prev_tbl_head = bond_info->rx_hashtbl_used_head; in rlb_choose_channel()
634 bond_info->rx_hashtbl_used_head = hash_index; in rlb_choose_channel()
723 hash_index = bond_info->rx_hashtbl_used_head; in rlb_rebalance()
772 if (index == bond_info->rx_hashtbl_used_head) in rlb_delete_table_entry_dst()
773 bond_info->rx_hashtbl_used_head = next_index; in rlb_delete_table_entry_dst()
870 bond_info->rx_hashtbl_used_head in rlb_initialize()
[all...]
H A Dbond_debugfs.c33 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()
/kernel/linux/linux-5.10/include/net/
H A Dbond_alb.h100 /* list of used hash table entries, starting at rx_hashtbl_used_head */
134 u32 rx_hashtbl_used_head; member
/kernel/linux/linux-6.6/include/net/
H A Dbond_alb.h100 /* list of used hash table entries, starting at rx_hashtbl_used_head */
134 u32 rx_hashtbl_used_head; member

Completed in 11 milliseconds