Home
last modified time | relevance | path

Searched refs:tcpiphlen (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_lro.c252 int plen, tcpiphlen, olen = (nth->th_off << 2) - sizeof (*nth); in lro_update_session() local
281 tcpiphlen = (nth->th_off << 2) + sizeof (*nih); in lro_update_session()
282 plen = ntohs(nih->ip_len) - tcpiphlen; in lro_update_session()
298 DPRINTF("m_adj(%d)\n", (int)(IPH_OFFSET + tcpiphlen)); in lro_update_session()
299 m_adj(m, IPH_OFFSET + tcpiphlen); in lro_update_session()
315 frag->page_offset + IPH_OFFSET + tcpiphlen; in lro_update_session()