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