Home
last modified time | relevance | path

Searched refs:tx_hashtbl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dbond_alb.h127 struct tlb_client_info *tx_hashtbl; /* Dynamically allocated */ member
/kernel/linux/linux-6.6/include/net/
H A Dbond_alb.h127 struct tlb_client_info *tx_hashtbl; /* Dynamically allocated */ member
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_alb.c99 /* clear slave from tx_hashtbl */ in __tlb_clear_slave()
100 tx_hash_table = BOND_ALB_INFO(bond).tx_hashtbl; in __tlb_clear_slave()
137 bond_info->tx_hashtbl = new_hashtbl; in tlb_initialize()
140 tlb_init_table_entry(&bond_info->tx_hashtbl[i], 0); in tlb_initialize()
154 kfree(bond_info->tx_hashtbl); in tlb_deinitialize()
155 bond_info->tx_hashtbl = NULL; in tlb_deinitialize()
197 hash_table = bond_info->tx_hashtbl; in __tlb_choose_channel()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_alb.c99 /* clear slave from tx_hashtbl */ in __tlb_clear_slave()
100 tx_hash_table = BOND_ALB_INFO(bond).tx_hashtbl; in __tlb_clear_slave()
138 bond_info->tx_hashtbl = new_hashtbl; in tlb_initialize()
141 tlb_init_table_entry(&bond_info->tx_hashtbl[i], 0); in tlb_initialize()
155 kfree(bond_info->tx_hashtbl); in tlb_deinitialize()
156 bond_info->tx_hashtbl = NULL; in tlb_deinitialize()
198 hash_table = bond_info->tx_hashtbl; in __tlb_choose_channel()

Completed in 6 milliseconds