Lines Matching refs:PULLUP_TO
1547 #define PULLUP_TO(_len, p, T) PULLUP_LEN(_len, p, sizeof(T)) in ipfw_chk() macro
1603 PULLUP_TO(hlen, ulp, struct icmp6_hdr); in ipfw_chk()
1610 PULLUP_TO(hlen, ulp, struct tcphdr); in ipfw_chk()
1636 PULLUP_TO(hlen, ulp, struct udphdr); in ipfw_chk()
1642 PULLUP_TO(hlen, ulp, struct ip6_hbh); in ipfw_chk()
1650 PULLUP_TO(hlen, ulp, struct ip6_rthdr); in ipfw_chk()
1675 PULLUP_TO(hlen, ulp, struct ip6_frag); in ipfw_chk()
1698 PULLUP_TO(hlen, ulp, struct ip6_hbh); in ipfw_chk()
1706 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk()
1714 PULLUP_TO(hlen, ulp, uint32_t); /* SPI, Seq# */ in ipfw_chk()
1731 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk()
1736 PULLUP_TO(hlen, ulp, struct pim); in ipfw_chk()
1741 PULLUP_TO(hlen, ulp, struct grehdr); in ipfw_chk()
1745 PULLUP_TO(hlen, ulp, offsetof( in ipfw_chk()
1753 PULLUP_TO(hlen, ulp, struct ip6_hdr); in ipfw_chk()
1757 PULLUP_TO(hlen, ulp, struct ip); in ipfw_chk()
1761 PULLUP_TO(hlen, ulp, struct pfsync_header); in ipfw_chk()
1771 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk()
1801 PULLUP_TO(hlen, ulp, struct tcphdr); in ipfw_chk()
1827 PULLUP_TO(hlen, ulp, struct udphdr); in ipfw_chk()
1833 PULLUP_TO(hlen, ulp, struct icmphdr); in ipfw_chk()
1857 #undef PULLUP_TO in ipfw_chk()