Searched refs:new_msg (Results 1 – 1 of 1) sorted by relevance
48 struct atmtcp_control *new_msg; in atmtcp_send_control() local63 new_msg = (struct atmtcp_control *) skb_put(skb,sizeof(*new_msg)); in atmtcp_send_control()64 *new_msg = *msg; in atmtcp_send_control()65 new_msg->hdr.length = ATMTCP_HDR_MAGIC; in atmtcp_send_control()66 new_msg->type = type; in atmtcp_send_control()67 memset(&new_msg->vcc,0,sizeof(atm_kptr_t)); in atmtcp_send_control()68 *(struct atm_vcc **) &new_msg->vcc = vcc; in atmtcp_send_control()