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()
643 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_mdb_entry() 683 queue_work(system_long_wq, &br->mcast_gc_work); in __br_multicast_del_group_src() 829 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_pg() 2146 flush_work(&br->mcast_gc_work); in br_multicast_enable() 4151 mcast_gc_work); in br_multicast_ctx_init() 4229 INIT_WORK(&br->mcast_gc_work, br_multicast_gc_work); in br_ip4_multicast_join_snoopers() 4535 cancel_work_sync(&br->mcast_gc_work); in br_multicast_set_router()
566 struct work_struct mcast_gc_work; member