Searched refs:tcp_wroff_xtra (Results 1 – 1 of 1) sorted by relevance
217 static uint_t tcp_wroff_xtra; variable391 if ((tcp_wroff_xtra = mac_get_hdr_len()) & 0x3) { in tcp_socket_init()392 tcp_wroff_xtra = (tcp_wroff_xtra & ~0x3) + 0x4; in tcp_socket_init()636 TCP_MAX_HDR_LENGTH + tcp_wroff_xtra, 0)) == NULL) { in tcp_send()639 mp->b_rptr += tcp->tcp_hdr_len + tcp_wroff_xtra; in tcp_send()4962 tcp_wroff_xtra, 0); in tcp_wput_data()4971 rptr = &mp->b_rptr[tcp_wroff_xtra]; in tcp_wput_data()5116 new_mp = allocb(msgdsize(mp) + tcp_wroff_xtra, 0); in tcp_wput_data()5117 new_mp->b_rptr += tcp_wroff_xtra; in tcp_wput_data()5544 mp = allocb(tcp_ip_hdr_len + TCP_MAX_HDR_LENGTH + tcp_wroff_xtra, 0); in tcp_xmit_ctl()[all …]