Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c257 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_entry_from_arp()
390 rx_hash_table = bond_info->rx_hashtbl; in rlb_clear_slave()
400 bond_info->rx_hashtbl[index].ntt = 1; in rlb_clear_slave()
471 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_rx_clients()
567 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_choose_channel()
637 bond_info->rx_hashtbl[prev_tbl_head].used_prev = in rlb_choose_channel()
825 bond_info->rx_hashtbl[ip_dst_hash].src_next = next; in rlb_src_link()
868 bond_info->rx_hashtbl = new_hashtbl; in rlb_initialize()
873 rlb_init_table_entry(bond_info->rx_hashtbl + i); in rlb_initialize()
889 kfree(bond_info->rx_hashtbl); in rlb_deinitialize()
[all …]
H A Dbond_debugfs.c36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
/openbmc/linux/include/net/
H A Dbond_alb.h133 struct rlb_client_info *rx_hashtbl; /* Receive hash table */ member