Searched refs:mcast_fwds (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | lec.h | 85 struct hlist_head mcast_fwds; member
|
H A D | lec.c | 869 &priv->mcast_fwds in lec_misc_walk() 1243 INIT_HLIST_HEAD(&priv->mcast_fwds); in lec_arp_init() 1431 if (!hlist_empty(&priv->mcast_fwds)) in dump_arp_table() 1433 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table() 1502 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_arp_destroy() 1508 INIT_HLIST_HEAD(&priv->mcast_fwds); in lec_arp_destroy() 1954 hlist_add_head(&entry->next, &priv->mcast_fwds); in lec_vcc_added() 2192 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_vcc_close()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | lec.h | 85 struct hlist_head mcast_fwds; member
|
H A D | lec.c | 867 &priv->mcast_fwds in lec_misc_walk() 1241 INIT_HLIST_HEAD(&priv->mcast_fwds); in lec_arp_init() 1429 if (!hlist_empty(&priv->mcast_fwds)) in dump_arp_table() 1431 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table() 1500 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_arp_destroy() 1506 INIT_HLIST_HEAD(&priv->mcast_fwds); in lec_arp_destroy() 1952 hlist_add_head(&entry->next, &priv->mcast_fwds); in lec_vcc_added() 2190 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_vcc_close()
|
Completed in 6 milliseconds