Lines Matching refs:poff
1884 int ip_off, poff; in em_xmit() local
1892 ip_off = poff = 0; in em_xmit()
1953 poff = ip_off + (ip->ip_hl << 2); in em_xmit()
1956 if (m_head->m_len < poff + sizeof(struct tcphdr)) { in em_xmit()
1957 m_head = m_pullup(m_head, poff + in em_xmit()
1964 tp = (struct tcphdr *)(mtod(m_head, char *) + poff); in em_xmit()
1969 if (m_head->m_len < poff + (tp->th_off << 2)) { in em_xmit()
1970 m_head = m_pullup(m_head, poff + in em_xmit()
1979 tp = (struct tcphdr *)(mtod(m_head, char *) + poff); in em_xmit()
1996 if (m_head->m_len < poff + sizeof(struct udphdr)) { in em_xmit()
1997 m_head = m_pullup(m_head, poff + in em_xmit()