Home
last modified time | relevance | path

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

/linux-6.15/net/atm/
H A Dlec.h85 struct hlist_head mcast_fwds; member
H A Dlec.c868 &priv->mcast_fwds in lec_misc_walk()
1242 INIT_HLIST_HEAD(&priv->mcast_fwds); in lec_arp_init()
1430 if (!hlist_empty(&priv->mcast_fwds)) in dump_arp_table()
1432 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table()
1501 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_arp_destroy()
1507 INIT_HLIST_HEAD(&priv->mcast_fwds); in lec_arp_destroy()
1953 hlist_add_head(&entry->next, &priv->mcast_fwds); in lec_vcc_added()
2191 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_vcc_close()