Home
last modified time | relevance | path

Searched refs:lec_arp_check_expire (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/atm/
H A Dlec.c1221 static void lec_arp_check_expire(struct work_struct *work);
1243 INIT_DELAYED_WORK(&priv->lec_arp_work, lec_arp_check_expire); in lec_arp_init()
1652 static void lec_arp_check_expire(struct work_struct *work) in lec_arp_check_expire() function