Lines Matching refs:msg

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