Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sig.c778 if (!inbound && (tcpha->tha_offset_and_reserved >> 4) > 10) { in tcpsig_signature()
865 uint16_t offset = tcpha->tha_offset_and_reserved; in tcpsig_signature()
870 tcpha->tha_offset_and_reserved += (5 << 4); in tcpsig_signature()
874 tcpha->tha_offset_and_reserved = offset; in tcpsig_signature()
H A Dtcp_output.c2437 tcpha->tha_offset_and_reserved -= (3 << 4); in tcp_xmit_ctl()
2478 tcpha->tha_offset_and_reserved += (5 << 4); in tcp_xmit_ctl()
2640 tcpha->tha_offset_and_reserved = (5 << 4); in tcp_xmit_early_reset()
2896 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
2924 tcpha->tha_offset_and_reserved += (3 << 4); in tcp_xmit_mp_aux_iss()
3010 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
3019 tcpha->tha_offset_and_reserved += (1 << 4); in tcp_xmit_mp_aux_iss()
3288 tcpha->tha_offset_and_reserved += ((num_sack_blk * 2 + 1) << 4); in tcp_xmit_mp()
3307 tcpha->tha_offset_and_reserved += (5 << 4); in tcp_xmit_mp()
3818 tcpha->tha_offset_and_reserved += in tcp_fill_header()
H A Dtcp_input.c620 tcp->tcp_tcpha->tha_offset_and_reserved += (3 << 4); in tcp_process_options()
2314 tcpha->tha_offset_and_reserved += in tcp_ack_mp()
H A Dtcp.c2938 tcpha->tha_offset_and_reserved = (5 << 4); in tcp_build_hdrs()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h103 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c285 tcp_hdr.tha_offset_and_reserved = 0x50; in smbsrv_pcap_dump()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h131 uint8_t tha_offset_and_reserved; /* Offset to the packet data */ member