Lines Matching defs:msg
136 struct k_message msg;
144 msg.type = SND_MPOA_RES_RQST;
145 msg.content.in_info = entry->ctrl_info;
146 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN);
149 msg.qos = qos->qos;
150 msg_to_mpoad(&msg, mpc);
167 msg.type = SND_MPOA_RES_RQST;
168 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN);
169 msg.content.in_info = entry->ctrl_info;
172 msg.qos = qos->qos;
173 msg_to_mpoad(&msg, mpc);
194 struct k_message msg;
208 msg.type = STOP_KEEP_ALIVE_SM;
209 msg_to_mpoad(&msg, client);
255 struct k_message msg;
283 msg.type = SND_MPOA_RES_RTRY;
284 memcpy(msg.MPS_ctrl, client->mps_ctrl_addr, ATM_ESA_LEN);
285 msg.content.in_info = entry->ctrl_info;
288 msg.qos = qos->qos;
289 msg_to_mpoad(&msg, client);
429 struct k_message msg;
441 msg.type = STOP_KEEP_ALIVE_SM;
442 msg_to_mpoad(&msg, client);
456 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg,
467 &msg->content.eg_info.eg_dst_ip);
479 entry->ctrl_info = msg->content.eg_info;
504 struct k_message msg;
513 msg.type = SND_EGRESS_PURGE;
514 msg.content.eg_info = entry->ctrl_info;
517 msg_to_mpoad(&msg, client);