to_return        1548 net/atm/lec.c  	struct lec_arp_table *to_return;
to_return        1550 net/atm/lec.c  	to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
to_return        1551 net/atm/lec.c  	if (!to_return) {
to_return        1555 net/atm/lec.c  	ether_addr_copy(to_return->mac_addr, mac_addr);
to_return        1556 net/atm/lec.c  	INIT_HLIST_NODE(&to_return->next);
to_return        1557 net/atm/lec.c  	timer_setup(&to_return->timer, lec_arp_expire_arp, 0);
to_return        1558 net/atm/lec.c  	to_return->last_used = jiffies;
to_return        1559 net/atm/lec.c  	to_return->priv = priv;
to_return        1560 net/atm/lec.c  	skb_queue_head_init(&to_return->tx_wait);
to_return        1561 net/atm/lec.c  	refcount_set(&to_return->usage, 1);
to_return        1562 net/atm/lec.c  	return to_return;