Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h103 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2398 tcpha->tha_offset_and_reserved -= (3 << 4); in tcp_xmit_ctl()
2567 tcpha->tha_offset_and_reserved = (5 << 4); in tcp_xmit_early_reset()
2823 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
2851 tcpha->tha_offset_and_reserved += (3 << 4); in tcp_xmit_mp_aux_iss()
2937 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
2946 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
3211 tcpha->tha_offset_and_reserved += ((num_sack_blk * 2 + 1) << 4); in tcp_xmit_mp()
3711 tcpha->tha_offset_and_reserved += in tcp_fill_header()
H A Dtcp_input.c464 tcp->tcp_tcpha->tha_offset_and_reserved += (3 << 4); in tcp_process_options()
756 tcp->tcp_tcpha->tha_offset_and_reserved -= (3 << 4); in tcp_paws_check()
2204 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_41/usr/src/uts/common/inet/
H A Dtcp.h128 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member