Lines Matching defs:fragoff
8801 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3;
8803 if (fragoff) {
8804 if (fragoff >= len)
9819 pd->fragoff = pd->extoff = pd->jumbolen = 0;
9824 if (pd->fragoff != 0) {
9840 pd->fragoff = pd->off;
9854 if (pd->fragoff != 0 && end < pd->off + sizeof(rthdr)) {
9855 pd->off = pd->fragoff;
9879 if (pd->fragoff != 0 && end < pd->off + sizeof(ext)) {
9880 pd->off = pd->fragoff;
9885 if (pd->fragoff == 0)
9887 if (pd->proto == IPPROTO_HOPOPTS && pd->fragoff == 0) {
9911 if (pd->fragoff != 0 && end < pd->off +
9916 pd->off = pd->fragoff;
10034 if (pd->fragoff != 0)
10047 if (pf_normalize_ip6(pd->fragoff, reason, pd) !=
10078 MPASS(pd->fragoff == 0);
10081 if (pd->fragoff != 0)