Home
last modified time | relevance | path

Searched refs:worker_thread_args (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/packet_ordering/
H A Dmain.c48 struct worker_thread_args { struct
486 struct worker_thread_args *args; in worker_thread()
492 args = (struct worker_thread_args *) args_ptr; in worker_thread()
668 struct worker_thread_args worker_args = {NULL, NULL}; in main()