Lines Matching defs:head
1013 struct list_head head; /* queue of tcp sockets */
1047 * transferring tsq->head because tcp_wfree() might
1060 list_splice_init(&tsq->head, &list);
1136 INIT_LIST_HEAD(&tsq->head);
1180 empty = list_empty(&tsq->head);
1181 list_add(&tp->tsq_node, &tsq->head);
2187 struct sk_buff *head;
2244 head = tcp_rtx_queue_head(sk);
2245 if (!head)
2247 delta = tp->tcp_clock_cache - head->tstamp;
2952 /* Send _single_ skb sitting at the send head. This function requires