Lines Matching defs:head

422 	 * and skb->head is kmalloced using power of two area of memory
491 * can play nice with us, as sk_buff and skb->head might be either
494 * and if no payload was pulled in skb->head before reaching us.
1140 * A'. Reno "three dupacks" marks head of queue lost.
1173 * in case of head skb. Due to potentional receiver driven attacks, we
1175 * reneging and defer head skb's loss recovery to standard loss recovery
1518 /* Shifting pages past head area doesn't work */
1600 /* TODO: head merge to next could be attempted here
1906 /* Skip empty blocks in at head of the cache */
1979 /* Clear the head of the cache sack blocks so we can skip it next time */
2107 struct sk_buff *skb, *head;
2110 head = tcp_rtx_queue_head(sk);
2111 is_reneg = head && (TCP_SKB_CB(head)->sacked & TCPCB_SACKED_ACKED);
2121 skb = head;
2125 else if (tcp_is_rack(sk) && skb != head &&
2335 /* Detect loss in event "A" above by marking head of queue up as lost.
2432 * the head skb is enough except for some reneging corner cases that
3390 * after when the head was last (re)transmitted. Otherwise the
3433 struct sk_buff *head = tcp_send_head(sk);
3437 if (!head)
3439 if (!after(TCP_SKB_CB(head)->end_seq, tcp_wnd_end(tp))) {
4589 /* Build the new head SACK, and we're done. */
5090 * remembering D-SACK for its head made in previous line.
5146 /* Collapse contiguous sequence of skbs head..tail with
5156 struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end)
5158 struct sk_buff *skb = head, *n;
5264 struct sk_buff *skb, *head;
5277 for (head = skb;;) {
5287 if (range_truesize != head->truesize ||
5290 head, skb, start, end);