Lines Matching refs:offset_max
172 u32 offset_max;
174 offset_max = hashed ? field_max(IP_FLTRT_FLAGS_HASH_ADDR_FMASK)
176 if (mem->offset > offset_max ||
177 ipa->mem_offset > offset_max - mem->offset) {
182 ipa->mem_offset, mem->offset, offset_max);
206 u32 offset_max;
215 offset_max = field_max(HDR_INIT_LOCAL_FLAGS_HDR_ADDR_FMASK);
216 if (mem->offset > offset_max ||
217 ipa->mem_offset > offset_max - mem->offset) {
220 ipa->mem_offset, mem->offset, offset_max);
252 u32 offset_max;
263 offset_max = ~0U >> (32 - bit_count);
269 if (offset > offset_max || ipa->mem_offset > offset_max - offset) {
271 name, ipa->mem_offset, offset, offset_max);