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))
2286 tcp->tcp_tcph->th_offset_and_rsrvd[0] += (3 << 4); in tcp_process_options()2425 tcp->tcp_tcph->th_offset_and_rsrvd[0] -= (3 << 4); in tcp_paws_check()5052 tcph->th_offset_and_rsrvd[0] += ((num_sack_blk * 2 + 1) in tcp_wput_data()5502 tcph->th_offset_and_rsrvd[0] = (5 << 4); in tcp_header_init_ipv4()5570 tcph->th_offset_and_rsrvd[0] -= (3 << 4); in tcp_xmit_ctl()5698 tcph->th_offset_and_rsrvd[0] += ((num_sack_blk * 2 + 1) in tcp_ack_mp()5869 tcph->th_offset_and_rsrvd[0] += (1 << 4); in tcp_xmit_mp()5889 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()5908 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()5919 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()[all …]
101 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member109 ((((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);
2150 l4_off + offsetof(tcph_t, th_offset_and_rsrvd), in mac_mmc_parse_l4()