Searched refs:tsorted_sent_queue (Results 1 – 5 of 5) sorted by relevance
66 list_for_each_entry_safe(skb, n, &tp->tsorted_sent_queue, in tcp_rack_detect_loss()
517 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
1232 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue);2250 /* TODO : use tsorted_sent_queue ? */ in tcp_tso_should_defer() 2707 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_write_xmit()
421 INIT_LIST_HEAD(&tp->tsorted_sent_queue); in tcp_init_sock()2983 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
234 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member