Searched refs:mpp_list_create (Results 1 – 5 of 5) sorted by relevance
13 queue->list = mpp_list_create(func); in mpp_queue_create()
388 MppList *mpp_list_create(node_destructor func) in mpp_list_create() function
201 mpp->mPktIn = mpp_list_create(list_wraper_packet); in mpp_ctx_init()202 mpp->mFrmOut = mpp_list_create(list_wraper_frame); in mpp_ctx_init()243 mpp->mPktOut = mpp_list_create(list_wraper_packet); in mpp_ctx_init()244 mpp->mFrmIn = mpp_list_create(list_wraper_frame); in mpp_ctx_init()
70 MppList *mpp_list_create(node_destructor func);
524 p->list_buf = mpp_list_create(NULL); in mt_test_res_init()