new_hashtbl       128 drivers/net/bonding/bond_alb.c 	struct tlb_client_info *new_hashtbl;
new_hashtbl       131 drivers/net/bonding/bond_alb.c 	new_hashtbl = kzalloc(size, GFP_KERNEL);
new_hashtbl       132 drivers/net/bonding/bond_alb.c 	if (!new_hashtbl)
new_hashtbl       137 drivers/net/bonding/bond_alb.c 	bond_info->tx_hashtbl = new_hashtbl;
new_hashtbl       844 drivers/net/bonding/bond_alb.c 	struct rlb_client_info	*new_hashtbl;
new_hashtbl       848 drivers/net/bonding/bond_alb.c 	new_hashtbl = kmalloc(size, GFP_KERNEL);
new_hashtbl       849 drivers/net/bonding/bond_alb.c 	if (!new_hashtbl)
new_hashtbl       854 drivers/net/bonding/bond_alb.c 	bond_info->rx_hashtbl = new_hashtbl;