Lines Matching refs:PULLUP_HDR
744 #define PULLUP_HDR(m, len) \ macro
765 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup()
778 PULLUP_HDR(m_head, ehlen + sizeof(*ip)); in hn_tso_fixup()
783 PULLUP_HDR(m_head, ehlen + iphlen + sizeof(*th)); in hn_tso_fixup()
799 PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); in hn_tso_fixup()
807 PULLUP_HDR(m_head, ehlen + sizeof(*ip6) + sizeof(*th)); in hn_tso_fixup()
826 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen()
839 PULLUP_HDR(m_head, ehlen + sizeof(*ip)); in hn_set_hlen()
858 PULLUP_HDR(m_head, off + sizeof(struct udphdr)); in hn_set_hlen()
873 PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); in hn_set_hlen()
899 PULLUP_HDR(m_head, ehlen + iphlen + sizeof(*th)); in hn_check_tcpsyn()
906 #undef PULLUP_HDR