Searched refs:tcp_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/lib/libdtrace/
H A Dtcp.d151 uint8_t tcp_offset; /* data offset, in bytes */
170 uint8_t tcp_offset; /* data offset, in bytes */
242 tcp_offset = p == NULL ? -1 : (p->th_off >> 2);
261 tcp_offset = p == NULL ? -1 : (p->th_off >> 2);
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c2639 uint16_t offset, tcp_offset, tso_mtu; local
2644 tcp_offset = offset = 0;
2697 tcp_offset = offset;
2821 csum = (tcp_offset + m->m_pkthdr.csum_data) & 0xffff;
2823 csum |= (uint32_t)tcp_offset << 16;

Completed in 106 milliseconds