Searched refs:tcp_wroff_xtra (Results 1 – 1 of 1) sorted by relevance
218 static uint_t tcp_wroff_xtra; variable392 if ((tcp_wroff_xtra = mac_get_hdr_len()) & 0x3) { in tcp_socket_init()393 tcp_wroff_xtra = (tcp_wroff_xtra & ~0x3) + 0x4; in tcp_socket_init()637 TCP_MAX_HDR_LENGTH + tcp_wroff_xtra, 0)) == NULL) { in tcp_send()640 mp->b_rptr += tcp->tcp_hdr_len + tcp_wroff_xtra; in tcp_send()4964 tcp_wroff_xtra, 0); in tcp_wput_data()4973 rptr = &mp->b_rptr[tcp_wroff_xtra]; in tcp_wput_data()5118 new_mp = allocb(msgdsize(mp) + tcp_wroff_xtra, 0); in tcp_wput_data()5119 new_mp->b_rptr += tcp_wroff_xtra; in tcp_wput_data()5546 mp = allocb(tcp_ip_hdr_len + TCP_MAX_HDR_LENGTH + tcp_wroff_xtra, 0); in tcp_xmit_ctl()[all …]