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

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

Completed in 157 milliseconds