Searched refs:tcp_offset (Results 1 – 2 of 2) sorted by relevance
143 uint8_t tcp_offset; /* data offset, in bytes */ member162 uint8_t tcp_offset; /* data offset, in bytes */ member225 tcp_offset = p == NULL ? -1 : (p->th_off >> 2);244 tcp_offset = p == NULL ? -1 : (p->th_off >> 2);
2639 uint16_t offset, tcp_offset, tso_mtu; in msk_encap() local2644 tcp_offset = offset = 0; in msk_encap()2697 tcp_offset = offset; in msk_encap()2821 csum = (tcp_offset + m->m_pkthdr.csum_data) & 0xffff; in msk_encap()2823 csum |= (uint32_t)tcp_offset << 16; in msk_encap()