Lines Matching defs:work
75 static void mld_mca_work(struct work_struct *work);
1122 /* Do not start work for these addresses */
1349 /* cancel MLDv2 report work */
1351 /* cancel the interface change work */
1507 static void mld_query_work(struct work_struct *work)
1509 struct inet6_dev *idev = container_of(to_delayed_work(work),
1593 * Cancel the work for this group
1611 static void mld_report_work(struct work_struct *work)
1613 struct inet6_dev *idev = container_of(to_delayed_work(work),
2254 static void mld_dad_work(struct work_struct *work)
2256 struct inet6_dev *idev = container_of(to_delayed_work(work),
2630 static void mld_gq_work(struct work_struct *work)
2632 struct inet6_dev *idev = container_of(to_delayed_work(work),
2644 static void mld_ifc_work(struct work_struct *work)
2646 struct inet6_dev *idev = container_of(to_delayed_work(work),
2673 static void mld_mca_work(struct work_struct *work)
2675 struct ifmcaddr6 *ma = container_of(to_delayed_work(work),
2720 /* Should stop work after group drop. or we will
2721 * start work again in mld_ifc_event()