Searched refs:tsorted_sent_queue (Results 1 – 6 of 6) sorted by relevance
66 list_for_each_entry_safe(skb, n, &tp->tsorted_sent_queue, in tcp_rack_detect_loss()
555 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
432 INIT_LIST_HEAD(&tp->tsorted_sent_queue); in tcp_init_sock()3291 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()5071 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, tsorted_sent_queue); in tcp_struct_check()
1280 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_update_skb_after_send()2778 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_write_xmit()
36 struct list_head tsorted_sent_queue read_write tcp_u…
274 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member