Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
A Dbond_alb.c154 kfree(bond_info->tx_hashtbl); in tlb_deinitialize()
155 bond_info->tx_hashtbl = NULL; in tlb_deinitialize()
265 bond_info->rx_ntt = 1; in rlb_update_entry_from_arp()
400 bond_info->rx_ntt = 1; in rlb_clear_slave()
510 bond_info->rx_ntt = 1; in rlb_req_update_slave_clients()
545 bond_info->rx_ntt = 1; in rlb_req_update_subnet_clients()
728 bond_info->rx_ntt = 1; in rlb_rebalance()
1302 if (bond_info->rlb_enabled) in bond_alb_deinitialize()
1512 bond_info->lp_counter++; in bond_alb_monitor()
1577 if (bond_info->rx_ntt) { in bond_alb_monitor()
[all …]
A Dbond_debugfs.c21 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in bond_debug_rlb_hash_show() local
33 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()
36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
A Dbond_main.c5915 struct alb_bond_info *bond_info; in bond_create() local
5934 bond_info = &(BOND_ALB_INFO(bond)); in bond_create()
5935 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in bond_create()

Completed in 15 milliseconds