Searched refs:tcp_urp_mp (Results 1 – 3 of 3) sorted by relevance
317 mblk_t *tcp_urp_mp; /* T_EXDATA_IND for urgent byte */ member
3759 } else if (!tcp->tcp_urp_mp) { in tcp_input_data()3786 tcp->tcp_urp_mp = mp1; in tcp_input_data()4866 if (tcp->tcp_urp_mp) { in tcp_input_data()4867 tcp->tcp_urp_mp->b_cont = mp; in tcp_input_data()4868 mp = tcp->tcp_urp_mp; in tcp_input_data()4869 tcp->tcp_urp_mp = NULL; in tcp_input_data()
1374 if ((mp = tcp->tcp_urp_mp) != NULL) { in tcp_free()1966 if ((mp = tcp->tcp_urp_mp) != NULL) { in tcp_reinit()1968 tcp->tcp_urp_mp = NULL; in tcp_reinit()2232 ASSERT(tcp->tcp_urp_mp == NULL); in tcp_reinit_values()