Home
last modified time | relevance | path

Searched refs:th_offset_and_rsrvd (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h75 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member
82 #define TCP_HDR_LENGTH(tcph) (((tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
H A Dtcp.c2287 tcp->tcp_tcph->th_offset_and_rsrvd[0] += (3 << 4); in tcp_process_options()
2426 tcp->tcp_tcph->th_offset_and_rsrvd[0] -= (3 << 4); in tcp_paws_check()
5054 tcph->th_offset_and_rsrvd[0] += ((num_sack_blk * 2 + 1) in tcp_wput_data()
5504 tcph->th_offset_and_rsrvd[0] = (5 << 4); in tcp_header_init_ipv4()
5572 tcph->th_offset_and_rsrvd[0] -= (3 << 4); in tcp_xmit_ctl()
5700 tcph->th_offset_and_rsrvd[0] += ((num_sack_blk * 2 + 1) in tcp_ack_mp()
5871 tcph->th_offset_and_rsrvd[0] += (1 << 4); in tcp_xmit_mp()
5891 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
5910 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
5921 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
[all …]
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h98 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member
106 ((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.d.in162 tcp_offset = (*(uint8_t *)T->th_offset_and_rsrvd & 0xf0) >> 2;
201 (*(uint8_t *)((tcph_t *)T)->th_offset_and_rsrvd & 0xf0) >> 2 :
/titanic_41/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d81 (((tcph_t *)self->tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2);
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1743 off = offsetof(tcph_t, th_offset_and_rsrvd) + maclen + iplen; in mac_ether_offload_info()