Searched defs:pkt_capture_mon_context (Results 1 – 1 of 1) sorted by relevance
95 struct pkt_capture_mon_context { struct97 spinlock_t mon_thread_lock;98 struct task_struct *mon_thread;99 struct completion mon_start_event;100 struct completion suspend_mon_event;101 struct completion resume_mon_event;102 struct completion mon_shutdown;103 struct completion mon_register_event;104 wait_queue_head_t mon_wait_queue;105 unsigned long mon_event_flag;[all …]