Searched refs:th_offset_and_rsrvd (Results 1 – 6 of 6) sorted by relevance
75 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member82 #define TCP_HDR_LENGTH(tcph) (((tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
2287 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 …]
98 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member106 ((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
162 tcp_offset = (*(uint8_t *)T->th_offset_and_rsrvd & 0xf0) >> 2;201 (*(uint8_t *)((tcph_t *)T)->th_offset_and_rsrvd & 0xf0) >> 2 :
81 (((tcph_t *)self->tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2);
1743 off = offsetof(tcph_t, th_offset_and_rsrvd) + maclen + iplen; in mac_ether_offload_info()