Lines Matching defs:head
1003 struct list_head head; /* queue of tcp sockets */
1037 * transferring tsq->head because tcp_wfree() might
1050 list_splice_init(&tsq->head, &list);
1126 INIT_LIST_HEAD(&tsq->head);
1174 empty = list_empty(&tsq->head);
1175 list_add(&tp->tsq_node, &tsq->head);
2182 struct sk_buff *head;
2239 head = tcp_rtx_queue_head(sk);
2240 if (!head)
2242 delta = tp->tcp_clock_cache - head->tstamp;
2889 /* Send _single_ skb sitting at the send head. This function requires