Lines Matching defs:last
53 /* Append skb to the last "run". */349 struct sk_buff *last = q->fragments_tail;360 if (!last)362 else if (last->ip_defrag_offset + last->len < end) {365 if (offset < last->ip_defrag_offset + last->len)367 if (offset == last->ip_defrag_offset + last->len)373 * but not the last (covered above).