Searched refs:tha_offset_and_reserved (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h103 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member in struct:tcphdra_s
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h125 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member in struct:tcphdra_s
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2415 tcpha->tha_offset_and_reserved -= (3 << 4);
2584 tcpha->tha_offset_and_reserved = (5 << 4);
2840 tcpha->tha_offset_and_reserved += (1 << 4);
2868 tcpha->tha_offset_and_reserved += (3 << 4);
2954 tcpha->tha_offset_and_reserved += (1 << 4);
2963 tcpha->tha_offset_and_reserved += (1 << 4);
3228 tcpha->tha_offset_and_reserved += ((num_sack_blk * 2 + 1) << 4);
3735 tcpha->tha_offset_and_reserved +=
H A Dtcp_input.c461 tcp->tcp_tcpha->tha_offset_and_reserved += (3 << 4);
753 tcp->tcp_tcpha->tha_offset_and_reserved -= (3 << 4);
2200 tcpha->tha_offset_and_reserved +=
H A Dtcp.c2885 tcpha->tha_offset_and_reserved = (5 << 4);

Completed in 161 milliseconds