Home
last modified time | relevance | path

Searched refs:tcp_tsorted_anchor (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/
H A Dtcp_recovery.c67 tcp_tsorted_anchor) { in tcp_rack_detect_loss()
87 list_del_init(&skb->tcp_tsorted_anchor); in tcp_rack_detect_loss()
H A Dtcp_output.c1432 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_update_skb_after_send()
1846 list_add(&buff->tcp_tsorted_anchor, &skb->tcp_tsorted_anchor); in tcp_fragment()
2941 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_write_xmit()
3800 INIT_LIST_HEAD(&skb->tcp_tsorted_anchor); in tcp_send_fin()
3869 INIT_LIST_HEAD(&nskb->tcp_tsorted_anchor); in tcp_send_synack()
H A Dtcp.c924 INIT_LIST_HEAD(&skb->tcp_tsorted_anchor); in tcp_stream_alloc_skb()
3326 * list_del(&skb->tcp_tsorted_anchor) in tcp_rtx_queue_purge()
H A Dtcp_input.c1951 list_del_init(&skb->tcp_tsorted_anchor); in tcp_sacktag_walk()
/linux/include/net/
H A Dtcp.h2206 list_del(&skb->tcp_tsorted_anchor); in tcp_rtx_queue_unlink_and_free()
/linux/include/linux/
H A Dskbuff.h925 struct list_head tcp_tsorted_anchor; member
/linux/net/mptcp/
H A Dprotocol.c1205 INIT_LIST_HEAD(&skb->tcp_tsorted_anchor); in __mptcp_do_alloc_tx_skb()