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()
585 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
439 INIT_LIST_HEAD(&tp->tsorted_sent_queue); in tcp_init_sock()3394 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()5221 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, tsorted_sent_queue); in tcp_struct_check()
1459 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_update_skb_after_send()3003 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_write_xmit()
276 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member
36 struct list_head tsorted_sent_queue read_write tcp_u…