Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtcp.h285 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ member
/linux/net/ipv4/
H A Dtcp_minisocks.c582 INIT_LIST_HEAD(&newtp->tsorted_sent_queue); in tcp_create_openreq_child()
H A Dtcp_output.c1467 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_update_skb_after_send()
3001 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_write_xmit()