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

/linux-4.1.27/net/atm/
H A Dlec.h84 struct hlist_head mcast_fwds; member in struct:lec_priv
H A Dlec.c876 &priv->mcast_fwds lec_misc_walk()
1261 INIT_HLIST_HEAD(&priv->mcast_fwds); lec_arp_init()
1453 if (!hlist_empty(&priv->mcast_fwds)) dump_arp_table()
1455 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { dump_arp_table()
1527 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { lec_arp_destroy()
1533 INIT_HLIST_HEAD(&priv->mcast_fwds); lec_arp_destroy()
1982 hlist_add_head(&entry->next, &priv->mcast_fwds); lec_vcc_added()
2238 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { lec_vcc_close()

Completed in 101 milliseconds