Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_recovery.c71 list_for_each_entry_safe(skb, n, &tp->tsorted_sent_queue, in tcp_rack_detect_loss()
H A Dtcp_minisocks.c491 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
H A 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()
H A Dtcp.c420 INIT_LIST_HEAD(&tp->tsorted_sent_queue); in tcp_init_sock()
2707 INIT_LIST_HEAD(&tcp_sk(sk)->tsorted_sent_queue); in tcp_write_queue_purge()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h203 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member