Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Devent_helper.c1096 eh_verify_match_worker(struct eh_app_worker_params *match_wrkr) in eh_verify_match_worker() argument
1099 if (match_wrkr->worker_thread == NULL) { in eh_verify_match_worker()
1838 struct eh_app_worker_params *match_wrkr; in eh_launch_worker() local
1879 match_wrkr = eh_find_worker(lcore_id, conf, app_wrkr, nb_wrkr_param); in eh_launch_worker()
1880 if (match_wrkr == NULL) { in eh_launch_worker()
1887 if (eh_verify_match_worker(match_wrkr) != 1) { in eh_launch_worker()
1896 match_wrkr->worker_thread(links, nb_links); in eh_launch_worker()