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

/drivers/net/bonding/
H A Dbond_alb.c157 struct tlb_client_info *new_hashtbl; local
160 new_hashtbl = kzalloc(size, GFP_KERNEL);
161 if (!new_hashtbl)
166 bond_info->tx_hashtbl = new_hashtbl;
867 struct rlb_client_info *new_hashtbl; local
871 new_hashtbl = kmalloc(size, GFP_KERNEL);
872 if (!new_hashtbl)
877 bond_info->rx_hashtbl = new_hashtbl;

Completed in 159 milliseconds