Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp_inet.h103 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2412 tcpha->tha_offset_and_reserved -= (3 << 4); in tcp_xmit_ctl()
2581 tcpha->tha_offset_and_reserved = (5 << 4); in tcp_xmit_early_reset()
2837 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
2865 tcpha->tha_offset_and_reserved += (3 << 4); in tcp_xmit_mp_aux_iss()
2951 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
2960 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
3225 tcpha->tha_offset_and_reserved += ((num_sack_blk * 2 + 1) << 4); in tcp_xmit_mp()
3725 tcpha->tha_offset_and_reserved += in tcp_fill_header()
H A Dtcp_input.c467 tcp->tcp_tcpha->tha_offset_and_reserved += (3 << 4); in tcp_process_options()
2152 tcpha->tha_offset_and_reserved += in tcp_ack_mp()
H A Dtcp.c2902 tcpha->tha_offset_and_reserved = (5 << 4); in tcp_build_hdrs()
/titanic_50/usr/src/uts/common/inet/
H A Dtcp.h128 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member