Searched refs:mon_thread_queue (Results 1 – 2 of 2) sorted by relevance
182 list_add_tail(&pkt->list, &mon_ctx->mon_thread_queue); in pkt_capture_indicate_monpkt()226 while (!list_empty(&mon_ctx->mon_thread_queue)) { in pkt_capture_process_from_queue()232 pkt = list_first_entry(&mon_ctx->mon_thread_queue, in pkt_capture_process_from_queue()392 if (list_empty(&mon_ctx->mon_thread_queue)) { in pkt_capture_drop_monpkt()397 &mon_ctx->mon_thread_queue, in pkt_capture_drop_monpkt()492 INIT_LIST_HEAD(&mon_ctx->mon_thread_queue); in pkt_capture_alloc_mon_thread()
106 struct list_head mon_thread_queue; member