Lines Matching refs:msg
135 struct k_message msg; in cache_hit() local
143 msg.type = SND_MPOA_RES_RQST; in cache_hit()
144 msg.content.in_info = entry->ctrl_info; in cache_hit()
145 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit()
148 msg.qos = qos->qos; in cache_hit()
149 msg_to_mpoad(&msg, mpc); in cache_hit()
166 msg.type = SND_MPOA_RES_RQST; in cache_hit()
167 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit()
168 msg.content.in_info = entry->ctrl_info; in cache_hit()
171 msg.qos = qos->qos; in cache_hit()
172 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()
256 struct k_message msg; in check_resolving_entries() local
284 msg.type = SND_MPOA_RES_RTRY; in check_resolving_entries()
285 memcpy(msg.MPS_ctrl, client->mps_ctrl_addr, ATM_ESA_LEN); in check_resolving_entries()
286 msg.content.in_info = entry->ctrl_info; in check_resolving_entries()
289 msg.qos = qos->qos; in check_resolving_entries()
290 msg_to_mpoad(&msg, client); in check_resolving_entries()
431 struct k_message msg; in eg_cache_remove_entry() local
443 msg.type = STOP_KEEP_ALIVE_SM; in eg_cache_remove_entry()
444 msg_to_mpoad(&msg, client); in eg_cache_remove_entry()
458 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry() argument
469 &msg->content.eg_info.eg_dst_ip); in eg_cache_add_entry()
481 entry->ctrl_info = msg->content.eg_info; in eg_cache_add_entry()
506 struct k_message msg; in clear_expired() local
516 msg.type = SND_EGRESS_PURGE; in clear_expired()
517 msg.content.eg_info = entry->ctrl_info; in clear_expired()
520 msg_to_mpoad(&msg, client); in clear_expired()