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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dlec.h95 struct delayed_work lec_arp_work; /* C10 */ member in struct:lec_priv
H A Dlec.c1457 INIT_DELAYED_WORK(&priv->lec_arp_work, lec_arp_check_expire);
1458 schedule_delayed_work(&priv->lec_arp_work, LEC_ARP_REFRESH_INTERVAL);
1708 cancel_rearming_delayed_work(&priv->lec_arp_work);
1859 container_of(work, struct lec_priv, lec_arp_work.work);
1924 schedule_delayed_work(&priv->lec_arp_work, LEC_ARP_REFRESH_INTERVAL);

Completed in 68 milliseconds