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()
620 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_mdb_entry()662 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_group_src()700 queue_work(system_long_wq, &br->mcast_gc_work); in br_multicast_del_pg()3843 mcast_gc_work); in br_multicast_gc_work()3914 INIT_WORK(&br->mcast_gc_work, br_multicast_gc_work); in br_multicast_init()4192 cancel_work_sync(&br->mcast_gc_work); in br_multicast_dev_del()
524 struct work_struct mcast_gc_work; member