Searched refs:aggr_wq (Results 1 - 3 of 3) sorted by path

/linux-master/net/batman-adv/
H A Dbat_v.c824 INIT_DELAYED_WORK(&hard_iface->bat_v.aggr_wq,
H A Dbat_v_ogm.c93 queue_delayed_work(batadv_event_workqueue, &hard_iface->bat_v.aggr_wq,
391 batv = container_of(work, struct batadv_hard_iface_bat_v, aggr_wq.work);
425 cancel_delayed_work_sync(&hard_iface->bat_v.aggr_wq);
H A Dtypes.h123 /** @aggr_wq: workqueue used to transmit queued OGM packets */
124 struct delayed_work aggr_wq; member in struct:batadv_hard_iface_bat_v

Completed in 158 milliseconds