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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1468 * PULLUP_TO(len, p, T) makes sure that len + sizeof(T) is contiguous,
1473 #define PULLUP_TO(_len, p, T) PULLUP_LEN(_len, p, sizeof(T)) macro
1529 PULLUP_TO(hlen, ulp, struct icmp6_hdr);
1534 PULLUP_TO(hlen, ulp, struct tcphdr);
1560 PULLUP_TO(hlen, ulp, struct udphdr);
1566 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1574 PULLUP_TO(hlen, ulp, struct ip6_rthdr);
1599 PULLUP_TO(hlen, ulp, struct ip6_frag);
1622 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1630 PULLUP_TO(hle
1777 #undef PULLUP_TO macro
[all...]

Completed in 101 milliseconds