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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.c199 struct tlb_client_info *new_hashtbl; local
204 new_hashtbl = kzalloc(size, GFP_KERNEL);
205 if (!new_hashtbl) {
212 bond_info->tx_hashtbl = new_hashtbl;
795 struct rlb_client_info *new_hashtbl; local
801 new_hashtbl = kmalloc(size, GFP_KERNEL);
802 if (!new_hashtbl) {
809 bond_info->rx_hashtbl = new_hashtbl;

Completed in 103 milliseconds