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

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1452 * PULLUP_TO(len, p, T) makes sure that len + sizeof(T) is contiguous,
1457 #define PULLUP_TO(_len, p, T) PULLUP_LEN(_len, p, sizeof(T)) macro
1503 PULLUP_TO(hlen, ulp, struct icmp6_hdr);
1508 PULLUP_TO(hlen, ulp, struct tcphdr);
1534 PULLUP_TO(hlen, ulp, struct udphdr);
1540 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1548 PULLUP_TO(hlen, ulp, struct ip6_rthdr);
1573 PULLUP_TO(hlen, ulp, struct ip6_frag);
1596 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1604 PULLUP_TO(hle
1749 #undef PULLUP_TO macro
[all...]

Completed in 54 milliseconds