Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_recovery.c66 list_for_each_entry_safe(skb, n, &tp->tsorted_sent_queue, in tcp_rack_detect_loss()
H A Dtcp_minisocks.c517 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
H A Dtcp_output.c1232 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()
H A Dtcp.c421 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()
/openbmc/linux/include/linux/
H A Dtcp.h234 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member