Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Devent_helper.h210 struct eh_app_worker_params { struct
334 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr,
H A Devent_helper.c1024 static struct eh_app_worker_params *
1026 struct eh_app_worker_params *app_wrkrs, uint8_t nb_wrkr_param) in eh_find_worker()
1028 struct eh_app_worker_params curr_conf = { {{0} }, NULL}; in eh_find_worker()
1030 struct eh_app_worker_params *tmp_wrkr; in eh_find_worker()
1096 eh_verify_match_worker(struct eh_app_worker_params *match_wrkr) in eh_verify_match_worker()
1835 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr, in eh_launch_worker()
1838 struct eh_app_worker_params *match_wrkr; in eh_launch_worker()
H A Dipsec_worker.c993 ipsec_eventmode_populate_wrkr_params(struct eh_app_worker_params *wrkrs) in ipsec_eventmode_populate_wrkr_params()
995 struct eh_app_worker_params *wrkr; in ipsec_eventmode_populate_wrkr_params()
1022 struct eh_app_worker_params ipsec_wrkr[IPSEC_EVENTMODE_WORKERS] = { in ipsec_eventmode_worker()