Lines Matching refs:end
257 * set then it is likely the end of an application write. So
786 * sender will sit on his end and only queue most of his data, because
927 * end of slow start and should slow down.
1455 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */
2558 /* Happy end! We did not retransmit anything
3254 * arrived at the other end.
3510 * It's called toward the end of processing an ACK with precise rate
4794 * so we must end this loop right now.
4858 goto end;
4861 /* In the typical case, we are adding an skb to the end of the list.
4955 end:
5208 * sequence numbers start..end.
5210 * If tail is NULL, this means until the end of the queue.
5217 struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end)
5265 while (before(start, end)) {
5266 int copy = min_t(int, SKB_MAX_ORDER(0, 0), end - start);
5305 goto end;
5308 goto end;
5313 end:
5326 u32 start, end;
5335 end = TCP_SKB_CB(skb)->end_seq;
5342 * we are at the queue end.
5345 after(TCP_SKB_CB(skb)->seq, end) ||
5349 end - start >= SKB_WITH_OVERHEAD(PAGE_SIZE)) {
5351 head, skb, start, end);
5363 if (after(TCP_SKB_CB(skb)->end_seq, end))
5364 end = TCP_SKB_CB(skb)->end_seq;
5375 * (But if application shrinks SO_RCVBUF, we could still end up