Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast.c895 struct net_bridge_mcast_gc *gcent; in br_multicast_gc() local
898 hlist_for_each_entry_safe(gcent, tmp, head, gc_node) { in br_multicast_gc()
899 hlist_del_init(&gcent->gc_node); in br_multicast_gc()
900 gcent->destroy(gcent); in br_multicast_gc()