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

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c989 * PULLUP_TO(len, p, T) makes sure that len + sizeof(T) is contiguous,
994 #define PULLUP_TO(_len, p, T) PULLUP_LEN(_len, p, sizeof(T)) macro
1025 PULLUP_TO(hlen, ulp, struct icmp6_hdr);
1030 PULLUP_TO(hlen, ulp, struct tcphdr);
1038 PULLUP_TO(hlen, ulp, struct sctphdr);
1044 PULLUP_TO(hlen, ulp, struct udphdr);
1050 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1058 PULLUP_TO(hlen, ulp, struct ip6_rthdr);
1083 PULLUP_TO(hlen, ulp, struct ip6_frag);
1106 PULLUP_TO(hle
1235 #undef PULLUP_TO macro
[all...]
/freebsd-9.3-release/sys/net/
H A Dflowtable.c628 * PULLUP_TO(len, p, T) makes sure that len + sizeof(T) is contiguous,
633 #define PULLUP_TO(_len, p, T) \ macro
677 PULLUP_TO(hlen, ulp, struct tcphdr);
685 PULLUP_TO(hlen, ulp, struct sctphdr);
690 PULLUP_TO(hlen, ulp, struct udphdr);
695 PULLUP_TO(hlen, ulp, struct ip6_hbh);
701 PULLUP_TO(hlen, ulp, struct ip6_rthdr);
707 PULLUP_TO(hlen, ulp, struct ip6_frag);
715 PULLUP_TO(hlen, ulp, struct ip6_hbh);
721 PULLUP_TO(hle
[all...]

Completed in 191 milliseconds