Searched refs:mpf_request (Results 1 – 1 of 1) sorted by relevance
307 const mpf_message_t *mpf_request; in mpf_engine_msg_process() local318 mpf_request = &request->messages[i]; in mpf_engine_msg_process()321 if(mpf_request->message_type != MPF_MESSAGE_TYPE_REQUEST) { in mpf_engine_msg_process()322 apt_log(APT_LOG_MARK,APT_PRIO_WARNING,"Invalid MPF Message Type [%d]",mpf_request->message_type); in mpf_engine_msg_process()328 context = mpf_request->context; in mpf_engine_msg_process()329 termination = mpf_request->termination; in mpf_engine_msg_process()330 switch(mpf_request->command_id) { in mpf_engine_msg_process()338 mpf_termination_add(termination,mpf_request->descriptor); in mpf_engine_msg_process()348 mpf_termination_modify(termination,mpf_request->descriptor); in mpf_engine_msg_process()362 mpf_context_association_add(context,termination,mpf_request->assoc_termination); in mpf_engine_msg_process()[all …]