roc_work         1390 net/mac80211/ieee80211_i.h 	struct delayed_work roc_work;
roc_work          282 net/mac80211/main.c 	flush_delayed_work(&local->roc_work);
roc_work         1336 net/mac80211/main.c 	cancel_delayed_work_sync(&local->roc_work);
roc_work          251 net/mac80211/offchannel.c 	mod_delayed_work(local->workqueue, &local->roc_work, dur);
roc_work          389 net/mac80211/offchannel.c 		ieee80211_queue_delayed_work(&local->hw, &local->roc_work,
roc_work          428 net/mac80211/offchannel.c 		ieee80211_queue_delayed_work(&local->hw, &local->roc_work,
roc_work          475 net/mac80211/offchannel.c 		container_of(work, struct ieee80211_local, roc_work.work);
roc_work          604 net/mac80211/offchannel.c 						     &local->roc_work, 0);
roc_work          762 net/mac80211/offchannel.c 		mod_delayed_work(local->workqueue, &local->roc_work, 0);
roc_work          977 net/mac80211/offchannel.c 	INIT_DELAYED_WORK(&local->roc_work, ieee80211_roc_work);