Lines Matching refs:end
31 __u16 len, __u16 *start, __u16 *end);
154 __u16 *start, __u16 *end)
167 /* The Gap Ack Block happens to end at the end of the map. */
171 /* If we found a Gap Ack Block, return the start and end and
175 /* Fix up the start and end based on the
179 *end = end_ + 1;
182 iter->start = map->cumulative_tsn_ack_point + *end + 1;
267 * single array for the start and end of a Gap Ack Block.
270 * or (respectively) the end of a Gap Ack Block.
273 __u16 len, __u16 *start, __u16 *end)
278 * early if we have found the end of the Gap Ack Block.
288 /* Look for the end. */
291 * end. If we find the end, break out.
295 *end = i - 1;
325 __u16 start = 0, end = 0;
329 &end)) {
332 gabs[ngaps].end = htons(end);