Searched defs:tcp_wroff_xtra (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c218 static uint_t tcp_wroff_xtra; variable
392 if ((tcp_wroff_xtra = mac_get_hdr_len()) & 0x3) {
393 tcp_wroff_xtra = (tcp_wroff_xtra & ~0x3) + 0x4;
637 TCP_MAX_HDR_LENGTH + tcp_wroff_xtra, 0)) == NULL) {
640 mp->b_rptr += tcp->tcp_hdr_len + tcp_wroff_xtra;
4964 tcp_wroff_xtra, 0);
4973 rptr = &mp->b_rptr[tcp_wroff_xtra];
5118 new_mp = allocb(msgdsize(mp) + tcp_wroff_xtra, 0);
5119 new_mp->b_rptr += tcp_wroff_xtra;
[all...]

Completed in 107 milliseconds