Searched refs:mcast_gc_work (Results 1 – 3 of 3) sorted by relevance
173 queue_work(system_long_wq, &set_h->br->mcast_gc_work); in __eht_del_set_entry()193 queue_work(system_long_wq, &eht_set->br->mcast_gc_work); in br_multicast_del_eht_set()
645 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_mdb_entry()685 queue_work(system_long_wq, &br->mcast_gc_work); in __br_multicast_del_group_src()826 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_pg()4020 mcast_gc_work); in br_multicast_gc_work()4093 INIT_WORK(&br->mcast_gc_work, br_multicast_gc_work); in br_multicast_init()4373 cancel_work_sync(&br->mcast_gc_work); in br_multicast_dev_del()
548 struct work_struct mcast_gc_work; member