Lines Matching refs:mp1
361 mblk_t *mp1; in tcp_fuse_output_urg() local
424 mp1 = head; in tcp_fuse_output_urg()
426 ASSERT(DB_TYPE(mp1->b_cont) == M_DATA); in tcp_fuse_output_urg()
427 head = mp1->b_cont; in tcp_fuse_output_urg()
428 mp1->b_cont = NULL; in tcp_fuse_output_urg()
429 head->b_next = mp1->b_next; in tcp_fuse_output_urg()
430 mp1->b_next = NULL; in tcp_fuse_output_urg()
433 if (peer_tcp->tcp_rcv_list == mp1) in tcp_fuse_output_urg()
435 if (peer_tcp->tcp_rcv_last_head == mp1) in tcp_fuse_output_urg()
437 freeb(mp1); in tcp_fuse_output_urg()
458 mblk_t *mp1 = mp; in tcp_fuse_output() local
497 mp1 = mp->b_cont; in tcp_fuse_output()
535 if ((mp1 = tcp_xmit_mp(tcp, mp1, tcp->tcp_mss, NULL, NULL, in tcp_fuse_output()
544 mp1 = ip_output_process_local(mp1, connp->conn_ixa, hooks_out, in tcp_fuse_output()
548 if (mp1 == NULL) in tcp_fuse_output()
559 IPH_HDR_LENGTH((ipha_t *)mp1->b_rptr) : in tcp_fuse_output()
560 ip_hdr_length_v6(mp1, (ip6_t *)mp1->b_rptr); in tcp_fuse_output()
562 tcpha = (tcpha_t *)&mp1->b_rptr[ip_hdr_len]; in tcp_fuse_output()
564 mp1->b_wptr); in tcp_fuse_output()
573 freemsg(mp1); in tcp_fuse_output()