Home
last modified time | relevance | path

Searched refs:tsorted_sent_queue (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_recovery.c71 list_for_each_entry_safe(skb, n, &tp->tsorted_sent_queue, in tcp_rack_detect_loss()
Dtcp_minisocks.c491 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
Dtcp_output.c1219 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_update_skb_after_send()
2630 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_write_xmit()
Dtcp.c418 INIT_LIST_HEAD(&tp->tsorted_sent_queue); in tcp_init_sock()
2736 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h202 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member