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

/freebsd-10-stable/sys/netgraph/
H A Dng_vjc.c596 int ihlen, thlen; local
603 ihlen = ip->ip_hl << 2;
604 if (m->m_len < ihlen + sizeof(*tcp)) {
605 if ((m = m_pullup(m, ihlen + sizeof(*tcp))) == NULL)
609 tcp = (struct tcphdr *)((u_char *)ip + ihlen);
611 if (m->m_len < ihlen + thlen)
612 m = m_pullup(m, ihlen + thlen);

Completed in 54 milliseconds