HomeSort by: relevance | last modified time | path
    Searched defs:tcpiphlen (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_lro.c 252 int plen, tcpiphlen, olen = (nth->th_off << 2) - sizeof (*nth); local in function:lro_update_session
281 tcpiphlen = (nth->th_off << 2) + sizeof (*nih);
282 plen = ntohs(nih->ip_len) - tcpiphlen;
298 DPRINTF("m_adj(%d)\n", (int)(IPH_OFFSET + tcpiphlen));
299 m_adj(m, IPH_OFFSET + tcpiphlen);
315 frag->page_offset + IPH_OFFSET + tcpiphlen;

Completed in 13 milliseconds