Lines Matching refs:end
249 * set then it is likely the end of an application write. So
775 * sender will sit on his end and only queue most of his data, because
917 * end of slow start and should slow down.
1436 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */
2539 /* Happy end! We did not retransmit anything
3221 * arrived at the other end.
3478 * It's called toward the end of processing an ACK with precise rate
4748 * so we must end this loop right now.
4812 goto end;
4815 /* In the typical case, we are adding an skb to the end of the list.
4907 end:
5147 * sequence numbers start..end.
5149 * If tail is NULL, this means until the end of the queue.
5156 struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end)
5204 while (before(start, end)) {
5205 int copy = min_t(int, SKB_MAX_ORDER(0, 0), end - start);
5244 goto end;
5247 goto end;
5252 end:
5265 u32 start, end;
5274 end = TCP_SKB_CB(skb)->end_seq;
5281 * we are at the queue end.
5284 after(TCP_SKB_CB(skb)->seq, end) ||
5288 end - start >= SKB_WITH_OVERHEAD(SK_MEM_QUANTUM)) {
5290 head, skb, start, end);
5302 if (after(TCP_SKB_CB(skb)->end_seq, end))
5303 end = TCP_SKB_CB(skb)->end_seq;
5312 * (But if application shrinks SO_RCVBUF, we could still end up