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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c733 ((tcp->doff_res)>>2));
798 if (TCP_FAST_PATH_HDR_MASK1 != tcp->doff_res) {
799 u16 tcp_hdr_len = tcp->doff_res >> 2; /* TCP header len */
841 xge_debug_ring(XGE_ERR, "Pkt received with time stamp after session opened with no time stamp : %02x %02x", tcp->doff_res, tcp->ctrl);
858 xge_debug_ring(XGE_ERR, "tcphdr not fastpth : pkt received with tcp options in addition to time stamp after the session is opened %02x %02x ", tcp->doff_res, tcp->ctrl);
868 xge_debug_ring(XGE_ERR, "tcphdr not fastpth : pkt received with tcp options in addition to time stamp after the session is opened %02x %02x ", tcp->doff_res, tcp->ctrl);
882 xge_debug_ring(XGE_TRACE, "tcphdr not fastpth %02x %02x", tcp->doff_res, tcp->ctrl);
1269 *tcp = (tcplro_t *)((char *)*tcp + (((*tcp)->doff_res)>>2));
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h219 u8 doff_res; member in struct:tcplro

Completed in 118 milliseconds